diff --git a/tests/integration/test_repository_safety.py b/tests/integration/test_repository_safety.py index d90c94b..b227b28 100644 --- a/tests/integration/test_repository_safety.py +++ b/tests/integration/test_repository_safety.py @@ -61,7 +61,8 @@ async def test_admin_can_list_and_inspect_repositories(tmp_path: Path) -> None: ) as client: assert ( await client.post( - "/api/v2/setup", json={"username": "admin", "password": "a secure password"} + "/api/v2/setup", + json={"username": "admin", "password": "a secure password"}, ) ).status_code == 201 csrf = client.cookies["backup_tool_csrf"]