We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115ed3d commit e339943Copy full SHA for e339943
1 file changed
samples/client/petstore/ruby-faraday/spec/custom/configuration_spec.rb
@@ -70,7 +70,7 @@
70
}
71
expect {
72
config.base_url(:'PetApi.add_pet')
73
- }.to raise_error(ArgumentError, 'Invalid index 10 when selecting the server. Must not be nil and must be less than 3')
+ }.to raise_error(ArgumentError, 'Invalid index 10 when selecting the server. Must not be nil and must be less than 4')
74
end
75
76
it 'should remove trailing slashes' do
0 commit comments