Skip to content

Commit

Permalink
Spell word correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Feb 11, 2025
1 parent 5755fe0 commit e8628d5
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 @@ -660,7 +660,7 @@ def test_get_mari_jobs_as_user_false_and_as_staff(mock_post):
assert len(response.json()) > 1


@patch("fia_api.core.specifcations.job.get_experiments_for_user_number")
@patch("fia_api.core.specifications.job.get_experiments_for_user_number")
def test_get_mari_jobs_as_user_true_and_as_staff_and_dev_mode_true(mock_get_experiment_numbers_for_user_number):
"""Test that being in dev mode makes no difference when getting MARI jobs with the as_user flag set to true"""
mock_get_experiment_numbers_for_user_number.return_value = [1820497]
Expand Down

0 comments on commit e8628d5

Please sign in to comment.