spec/integration/webhooks/certificate_spec.rb in pact_broker-2.31.0 vs spec/integration/webhooks/certificate_spec.rb in pact_broker-2.32.0

- old
+ new

@@ -22,10 +22,10 @@ url: 'https://localhost:4444/') end let(:pact) { td.create_pact_with_hierarchy.and_return(:pact) } - subject { webhook_request.execute({}) } + subject { webhook_request.execute({ show_response: true }) } context "without the correct cacert" do it "fails" do expect(subject.success?).to be false end