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 fd25d16 commit 68f8d23Copy full SHA for 68f8d23
spec/lem_spec.rb
@@ -111,7 +111,6 @@
111
@shared_values[:client].legal_entity_management.legal_entities_api.get_legal_entity(invalid_legal_entity_id)
112
end.to raise_error(Adyen::NotFoundError) do |error|
113
expect(error.code).to eq(404)
114
- expect(error.msg).to include("Legal entity not found")
115
expect(error.msg).to eq('Legal entity not found ErrorCode: 100')
116
end
117
0 commit comments