fix(test): isolate WEB_TOKEN env var in test_web_defaults

This commit is contained in:
0xbyt4
2026-03-11 20:58:26 +03:00
parent 6205f061fe
commit f078cb4038

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()