Skip to content
Snippets Groups Projects
Verified Commit 0456e9a5 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

fix(tests): use working dir via fixture instead of cluttering cwd

parent ddf19a43
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ from .conftest import test_main_fingerprints
def test_certificate_trust_from_paths(
certificate_trust_mock: Mock,
sources: List[Path],
working_dir: Path,
) -> None:
certificate_trust_mock.return_value = Trust.full
for source in sources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment