mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix tests
This commit is contained in:
parent
26681e5ecd
commit
49de17bea5
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ describe('Webhooks API', () => {
|
|||
|
||||
expect(res.body.data.deleteWebhook.webhook).to.be.an('object')
|
||||
expect(res.body.data.deleteWebhook.webhook.id).to.eql(webhookId)
|
||||
expect(webhook).to.be.undefined
|
||||
expect(webhook).to.be.null
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue