Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed Nov 12, 2021
1 parent a6fa7e2 commit 4f952a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/oauth2_endpoints_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ def test_redirect_response_not_running

assert last_response.status == 500

expected_error_message = "No actively running launch sequences found with a state of #{bad_state}"
expected_error_message = "No actively running launch sequences found with a 'state' parameter of '#{bad_state}'"

assert last_response.body.include? expected_error_message
break
end
Expand Down

0 comments on commit 4f952a1

Please sign in to comment.