Skip to content

Commit d3a9a4a

Browse files
committed
fix(message): message body content should be 'contents'
1 parent 9b85e1c commit d3a9a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact/provider/rspec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def describe_message expected_response, interaction_context
108108
include Pact::RSpec::Matchers
109109
extend Pact::Matchers::Messages
110110

111-
let(:expected_content) { expected_response.body[:content].as_json }
111+
let(:expected_content) { expected_response.body[:contents].as_json }
112112
let(:response) { interaction_context.last_response }
113113
let(:differ) { Pact.configuration.body_differ_for_content_type diff_content_type }
114114
let(:diff_formatter) { Pact.configuration.diff_formatter_for_content_type diff_content_type }

0 commit comments

Comments
 (0)