We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29d708 commit 1617642Copy full SHA for 1617642
tests/integration/test_cli.py
@@ -88,7 +88,10 @@ def set_env_vars(monkeypatch):
88
@pytest.fixture(scope="function", autouse=True)
89
def apply_test_config():
90
"""Apply default test config"""
91
- with patch("ghga_connector.config.CONFIG", get_test_config()):
+ with (
92
+ patch("ghga_connector.config.CONFIG", get_test_config()),
93
+ patch("ghga_connector.cli.CONFIG", get_test_config()),
94
+ ):
95
yield
96
97
0 commit comments