fix(test): isolate WEB_TOKEN env var in test_web_defaults
This commit is contained in:
parent
6205f061fe
commit
f078cb4038
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue