Fix tests

This commit is contained in:
Hongbo Wu 2022-05-26 14:48:39 +08:00
parent 26681e5ecd
commit 49de17bea5

View file

@ -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
})
})
})