diff --git a/tests/integration/test_repositories.py b/tests/integration/test_repositories.py index f098dd8..e72580f 100644 --- a/tests/integration/test_repositories.py +++ b/tests/integration/test_repositories.py @@ -9,7 +9,9 @@ from backup_tool.config import Settings @pytest.mark.asyncio -async def test_admin_can_create_and_inspect_allowlisted_repository(tmp_path: Path) -> None: +async def test_admin_can_create_and_inspect_allowlisted_repository( + tmp_path: Path, +) -> None: key = tmp_path / "key" key.write_bytes(b"x" * 32) key.chmod(0o600)