mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
256b407dd2
commit
3c21b45ad8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue