Fixing failing test

This commit is contained in:
Qubasa
2023-11-03 22:21:22 +01:00
parent efa48052cf
commit 2d4a20457b

View File

@@ -7,7 +7,7 @@ from fixtures_flakes import FlakeForTest
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
@pytest.mark.impure
def test_list_flakes(api: TestClient, test_flake_with_core: FlakeForTest) -> None: def test_list_flakes(api: TestClient, test_flake_with_core: FlakeForTest) -> None:
response = api.get("/api/flake/list") response = api.get("/api/flake/list")
assert response.status_code == 200, "Failed to list flakes" assert response.status_code == 200, "Failed to list flakes"