From 9026b9105cdaf999ed397a1791770ab0d1d6f0c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:07:05 +0000 Subject: [PATCH] Apply updates from cookiecutter This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 98c82035c6..6634394245 100644 --- a/tox.ini +++ b/tox.ini @@ -41,7 +41,7 @@ setenv = dev: VIA_URL = {env:VIA_URL:http://localhost:9083} dev: SESSION_COOKIE_SECRET = {env:SESSION_COOKIE_SECRET:notasecret} dev: DISABLE_KEY_ROTATION=1 - VIA_SECRET = not_a_real_secret + VIA_SECRET = not_a_secret FDW_USERS = {env:FDW_USERS:report-fdw} HTTP_HOST = {env:HTTP_HOST:localhost:8001} tests,functests: REGION_CODE = us