fix(tests): use working dir via fixture instead of cluttering cwd
This commit is contained in:
parent
ddf19a4362
commit
0456e9a5f8
@ -37,6 +37,7 @@ from .conftest import test_main_fingerprints
|
|||||||
def test_certificate_trust_from_paths(
|
def test_certificate_trust_from_paths(
|
||||||
certificate_trust_mock: Mock,
|
certificate_trust_mock: Mock,
|
||||||
sources: List[Path],
|
sources: List[Path],
|
||||||
|
working_dir: Path,
|
||||||
) -> None:
|
) -> None:
|
||||||
certificate_trust_mock.return_value = Trust.full
|
certificate_trust_mock.return_value = Trust.full
|
||||||
for source in sources:
|
for source in sources:
|
||||||
|
Loading…
Reference in New Issue
Block a user