Skip to content

Commit

Permalink
Refactor pytest.engine path in local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joda9 committed Sep 18, 2024
1 parent 5ea3687 commit 1c8be91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1c8be91

Please sign in to comment.