Skip to content

Commit

Permalink
Update test_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Feb 10, 2025
1 parent 5b15a7c commit afe1d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,4 +675,4 @@ def test_get_jobs_as_user_flag_for_staff(mock_post, mock_get_experiment_numbers_

response_as_user_false = client.get("/jobs?as_user=false", headers={"Authorization": f"Bearer {STAFF_TOKEN}"})

assert len(response_as_user_true.json()) == len(response_as_user_false.json())
assert len(response_as_user_true.json()) != len(response_as_user_false.json())

0 comments on commit afe1d25

Please sign in to comment.