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 1831771 commit d172442Copy full SHA for d172442
spec/client_spec.rb
@@ -327,7 +327,7 @@
327
end
328
329
330
- it 'raises FormatError on 422 response and checks content' do
+ it 'raises ValidationError on 422 response and checks content' do
331
client = Adyen::Client.new(api_key: 'api_key', env: :test)
332
mock_faraday_connection = double(Faraday::Connection)
333
error_body = {
@@ -353,7 +353,7 @@
353
354
355
356
- it 'raises FormatError on 500 response and checks content' do
+ it 'raises ServerError on 500 response and checks content' do
357
358
359
0 commit comments