diff --git a/spec/features/create_webhook_spec.rb b/spec/features/create_webhook_spec.rb index ad3539566..d2fbe2e3b 100644 --- a/spec/features/create_webhook_spec.rb +++ b/spec/features/create_webhook_spec.rb @@ -11,7 +11,7 @@ description: "trigger build", enabled: false, events: [{ - name: 'something_happened' + name: 'contract_content_changed' }], request: { method: 'POST', diff --git a/spec/fixtures/webhook_valid.json b/spec/fixtures/webhook_valid.json index ca4eb51cb..efc53d610 100644 --- a/spec/fixtures/webhook_valid.json +++ b/spec/fixtures/webhook_valid.json @@ -1,6 +1,6 @@ { "events": [{ - "name": "something_happened" + "name": "contract_content_changed" }], "request": { "method": "POST", diff --git a/spec/fixtures/webhook_valid_with_pacticipants.json b/spec/fixtures/webhook_valid_with_pacticipants.json index 5a8688823..35e14d77f 100644 --- a/spec/fixtures/webhook_valid_with_pacticipants.json +++ b/spec/fixtures/webhook_valid_with_pacticipants.json @@ -1,6 +1,6 @@ { "events": [{ - "name": "something_happened" + "name": "contract_content_changed" }], "consumer": { "name": "Foo"