Skip to content

Commit

Permalink
chore: add missing event name to EVENT_NAMES list
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 12, 2020
1 parent f11eb8c commit 3672237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/webhooks/webhook_event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class WebhookEvent < Sequel::Model
VERIFICATION_FAILED = 'provider_verification_failed'
DEFAULT_EVENT_NAME = CONTRACT_CONTENT_CHANGED

EVENT_NAMES = [CONTRACT_PUBLISHED, CONTRACT_CONTENT_CHANGED, VERIFICATION_PUBLISHED, VERIFICATION_FAILED]
EVENT_NAMES = [CONTRACT_PUBLISHED, CONTRACT_CONTENT_CHANGED, VERIFICATION_PUBLISHED, VERIFICATION_SUCCEEDED, VERIFICATION_FAILED]

dataset_module do
include PactBroker::Repositories::Helpers
Expand Down

0 comments on commit 3672237

Please sign in to comment.