Fixing failing test
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user