Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
noctillion committed Jul 24, 2023
1 parent 6069ecf commit 6a13088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def test_run_cancel_endpoint(client, mocked_responses):
def test_runs_public_endpoint(client):
rv = client.get("/runs?with_details=true&public=true")
assert rv.status_code == 200
data = rv.get_json()

# TODO: Get celery running for tests

Expand Down

0 comments on commit 6a13088

Please sign in to comment.