Skip to content

Commit 1617642

Browse files
committed
Patch better
1 parent b29d708 commit 1617642

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration/test_cli.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ def set_env_vars(monkeypatch):
8888
@pytest.fixture(scope="function", autouse=True)
8989
def apply_test_config():
9090
"""Apply default test config"""
91-
with patch("ghga_connector.config.CONFIG", get_test_config()):
91+
with (
92+
patch("ghga_connector.config.CONFIG", get_test_config()),
93+
patch("ghga_connector.cli.CONFIG", get_test_config()),
94+
):
9295
yield
9396

9497

0 commit comments

Comments
 (0)