fix(test): isolate WEB_TOKEN env var in test_web_defaults

fix/verification-admin-route-recovery
0xbyt4 2026-03-11 20:58:26 +03:00
parent 6205f061fe
commit f078cb4038
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ class TestConfigEnvOverrides(unittest.TestCase):
@patch.dict(os.environ, {
"WEB_UI_ENABLED": "true",
"WEB_TOKEN": "",
}, clear=False)
def test_web_defaults(self):
config = GatewayConfig()