Skip to content

Commit 81a90b9

Browse files
mikiczhroncok
authored andcommitted
Fixed test_runs_page to get all the runs, not just the recent ones
1 parent ee2892b commit 81a90b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_naucse/test_forks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def test_runs_page(mocker, client: FlaskClient):
343343

344344
# unless problems are silenced
345345
mocker.patch("naucse.utils.views.raise_errors_from_forks", lambda: False)
346-
response = client.get("/runs/")
346+
response = client.get("/runs/all/")
347347
assert b"Broken run title" not in response.data
348348

349349
# but working forks are still present

0 commit comments

Comments
 (0)