fix(test): isolate WEB_TOKEN env var in test_web_defaults
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user