0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed linting error

refs 256b407dd2
This commit is contained in:
Nazar Gargol 2020-07-07 21:07:16 +12:00
parent 256b407dd2
commit 3c21b45ad8

View file

@ -76,7 +76,7 @@ describe('Webhooks API', function () {
integration_id: createdIntegration.id integration_id: createdIntegration.id
}] }]
}) })
.expect(201) .expect(201);
}) })
.then(({body}) => { .then(({body}) => {
[createdWebhook] = body.webhooks; [createdWebhook] = body.webhooks;