Skip to content

Commit 173bfb7

Browse files
committed
fix: HTTP_HOST headers for sinatra 4.x
this is a comment in order to trigger a release, as the committers message was FIX: which was not picked up by the release process :(
1 parent ac37e60 commit 173bfb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pact/provider/request.rb

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def body
3535

3636
def headers
3737
request_headers = {}
38+
# https://github.com/pact-foundation/pact-ruby/pull/327
3839
request_headers.merge!('HOST' => 'localhost') if defined?(Sinatra)
3940
return request_headers if expected_request.headers.is_a?(Pact::NullExpectation)
4041

0 commit comments

Comments
 (0)