We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac37e60 commit 173bfb7Copy full SHA for 173bfb7
lib/pact/provider/request.rb
@@ -35,6 +35,7 @@ def body
35
36
def headers
37
request_headers = {}
38
+ # https://github.com/pact-foundation/pact-ruby/pull/327
39
request_headers.merge!('HOST' => 'localhost') if defined?(Sinatra)
40
return request_headers if expected_request.headers.is_a?(Pact::NullExpectation)
41
0 commit comments