Skip to content

Commit 68f8d23

Browse files
committed
Remove expectation
1 parent fd25d16 commit 68f8d23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/lem_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
@shared_values[:client].legal_entity_management.legal_entities_api.get_legal_entity(invalid_legal_entity_id)
112112
end.to raise_error(Adyen::NotFoundError) do |error|
113113
expect(error.code).to eq(404)
114-
expect(error.msg).to include("Legal entity not found")
115114
expect(error.msg).to eq('Legal entity not found ErrorCode: 100')
116115
end
117116
end

0 commit comments

Comments
 (0)