We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb93eb2 commit 8b9f879Copy full SHA for 8b9f879
spec/lib/pact/hal/link_spec.rb
@@ -64,7 +64,7 @@ module Hal
64
let(:success) { false }
65
66
it "creates an ErrorEntity" do
67
- expect(Pact::Hal::ErrorEntity).to receive(:new).with(response_body, http_client, response)
+ expect(Pact::Hal::ErrorEntity).to receive(:new).with(response_body.to_json, http_client, response)
68
do_run
69
end
70
0 commit comments