Commit dacb720b by Arun Babu Neelicattu

tests: isolate config always

parent efbb5ceb
...@@ -190,7 +190,7 @@ def auth_config_source() -> DictConfigSource: ...@@ -190,7 +190,7 @@ def auth_config_source() -> DictConfigSource:
return source return source
@pytest.fixture @pytest.fixture(autouse=True)
def config( def config(
config_source: DictConfigSource, config_source: DictConfigSource,
auth_config_source: DictConfigSource, auth_config_source: DictConfigSource,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment