Skip to content

Commit

Permalink
test: update webhook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 12, 2020
1 parent 5fc0563 commit f11eb8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/features/create_webhook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description: "trigger build",
enabled: false,
events: [{
name: 'something_happened'
name: 'contract_content_changed'
}],
request: {
method: 'POST',
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/webhook_valid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"events": [{
"name": "something_happened"
"name": "contract_content_changed"
}],
"request": {
"method": "POST",
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/webhook_valid_with_pacticipants.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"events": [{
"name": "something_happened"
"name": "contract_content_changed"
}],
"consumer": {
"name": "Foo"
Expand Down

0 comments on commit f11eb8c

Please sign in to comment.