Skip to content

Commit

Permalink
Merge branch 'fix-timed-out-specs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Aug 5, 2021
2 parents a787d6e + eb429da commit f44ab48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

it 'stores the reason for the failure' do
event = request.reload.info_request_events.last
expect(event.params[:reason]).to eq 'Connection timed out'
expect(event.params[:reason]).to match(/timed out/)
end

it 'ensures that the outgoing message is persisted' do
Expand Down

0 comments on commit f44ab48

Please sign in to comment.