script/seed.rb in pact_broker-2.32.0 vs script/seed.rb in pact_broker-2.33.0
- old
+ new
@@ -42,10 +42,10 @@
'providerName' => '${pactbroker.providerName}',
'githubVerificationStatus' => '${pactbroker.githubVerificationStatus}'
}
TestDataBuilder.new
- .create_global_webhook(method: 'POST', url: "http://localhost:9292/pact-changed-webhook", body: webhook_body.to_json)
+ .create_global_webhook(method: 'POST', url: "http://localhost:9292/pact-changed-webhook", body: webhook_body.to_json, username: "foo", password: "bar")
.create_global_verification_webhook(method: 'POST', url: "http://localhost:9292/verification-published-webhook", body: webhook_body.to_json)
# .create_certificate(path: 'spec/fixtures/certificates/self-signed.badssl.com.pem')
# .create_consumer("Bethtest")
# .create_verification_webhook(method: 'GET', url: "http://localhost:9292", body: webhook_body, username: "foo", password: "bar", headers: {"Accept" => "application/json"})
# .create_consumer("Foo")