Skip to content

Commit e339943

Browse files
committed
update test
1 parent 115ed3d commit e339943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/client/petstore/ruby-faraday/spec/custom/configuration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171
expect {
7272
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')
73+
}.to raise_error(ArgumentError, 'Invalid index 10 when selecting the server. Must not be nil and must be less than 4')
7474
end
7575

7676
it 'should remove trailing slashes' do

0 commit comments

Comments
 (0)