Skip to content

Commit

Permalink
change order of stubs
Browse files Browse the repository at this point in the history
Stab in the dark to see if CI does any better.
  • Loading branch information
JoeCohen committed Aug 16, 2024
1 parent 8e5409d commit 2fa8b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ def test_import_zero_results
mock_search_result = File.read("test/inat/#{filename}.txt")
inat_import_ids = "123"

simulate_authorization(user: user, inat_import_ids: inat_import_ids)
stub_inat_api_request(inat_import_ids, mock_search_result)
simulate_authorization(user: user, inat_import_ids: inat_import_ids)
stub_access_token_request
stub_jwt_request

Expand Down

0 comments on commit 2fa8b02

Please sign in to comment.