lib/pact_broker/client/webhooks/create.rb in pact_broker-client-1.15.1 vs lib/pact_broker/client/webhooks/create.rb in pact_broker-client-1.16.0
- old
+ new
@@ -7,10 +7,10 @@
module PactBroker
module Client
module Webhooks
class Create
- WEBHOOKS_WITH_OPTIONAL_PACTICICPANTS_NOT_SUPPORTED = "Your version of the Pact Broker requires that both consumer and provider are specified for a webhook. Please upgrade your broker to >= 2.22.0 to create a webhook with optional consumer and provider."
+ WEBHOOKS_WITH_OPTIONAL_PACTICICPANTS_NOT_SUPPORTED = "This version of the Pact Broker requires that both consumer and provider are specified for a webhook. Please upgrade your broker to >= 2.22.0 to create a webhook with optional consumer and provider."
attr_reader :params, :pact_broker_base_url, :basic_auth_options, :verbose
def self.call(params, pact_broker_base_url, pact_broker_client_options)
new(params, pact_broker_base_url, pact_broker_client_options).call