Skip to content

Commit

Permalink
chore: update http test data builder
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Dec 14, 2020
1 parent 727cee9 commit 4523227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/test/http_test_data_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_pacts_for_verification(provider: last_provider_name, provider_version_ta
consumerVersionSelectors: consumer_version_selectors,
includePendingStatus: enable_pending,
includeWipPactsSince: include_wip_pacts_since
}
}.compact
puts body.to_yaml
puts ""
@pacts_for_verification_response = client.post("/pacts/provider/#{encode(provider)}/for-verification", body)
Expand Down

0 comments on commit 4523227

Please sign in to comment.