Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
naz committed Jul 7, 2020
1 parent 256b407 commit 3c21b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-acceptance/admin/webhooks_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('Webhooks API', function () {
integration_id: createdIntegration.id
}]
})
.expect(201)
.expect(201);
})
.then(({body}) => {
[createdWebhook] = body.webhooks;
Expand Down

0 comments on commit 3c21b45

Please sign in to comment.