We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b85e1c commit d3a9a4aCopy full SHA for d3a9a4a
lib/pact/provider/rspec.rb
@@ -108,7 +108,7 @@ def describe_message expected_response, interaction_context
108
include Pact::RSpec::Matchers
109
extend Pact::Matchers::Messages
110
111
- let(:expected_content) { expected_response.body[:content].as_json }
+ let(:expected_content) { expected_response.body[:contents].as_json }
112
let(:response) { interaction_context.last_response }
113
let(:differ) { Pact.configuration.body_differ_for_content_type diff_content_type }
114
let(:diff_formatter) { Pact.configuration.diff_formatter_for_content_type diff_content_type }
0 commit comments