From 1c8be91f9115658a9ddb85fa33a391cc16548d85 Mon Sep 17 00:00:00 2001 From: joda9 Date: Wed, 18 Sep 2024 11:14:49 +0200 Subject: [PATCH] Refactor pytest.engine path in local tests --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index a38989694..0a8d5d8f5 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -30,7 +30,7 @@ def pytest_configure(config): ) pytest.egon_data_config_yml = os.path.join( - "/home/jonas/.ssh/toetp.configuration.yaml", + "path/to/ssh/config.yml", ) pytest.engine = engine()