Skip to content

Commit 521bf66

Browse files
committed
fix warning in tox.ini
1 parent 511674a commit 521bf66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ setenv =
4141
dev: VIA_URL = {env:VIA_URL:http://localhost:9083}
4242
dev: SESSION_COOKIE_SECRET = {env:SESSION_COOKIE_SECRET:notasecret}
4343
dev: DISABLE_KEY_ROTATION=1
44-
VIA_SECRET = not_a_secret
44+
VIA_SECRET = not_a_real_secret
4545
FDW_USERS = {env:FDW_USERS:report-fdw}
4646
HTTP_HOST = {env:HTTP_HOST:localhost:8001}
4747
tests,functests: REGION_CODE = us

0 commit comments

Comments
 (0)