We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4432ce + 8988259 commit 2a79c63Copy full SHA for 2a79c63
1 file changed
spec/unit/forge/connection_spec.rb
@@ -88,7 +88,7 @@
88
89
expect {
90
subject.get('/error')
91
- }.to raise_error(Faraday::ServerError, "the server responded with status 503")
+ }.to raise_error(Faraday::ServerError, /the server responded with status 503/)
92
end
93
94
context 'when an authorization value is provided' do
0 commit comments