This commit is contained in:
Hongbo Wu 2023-06-14 20:07:17 +08:00
parent 5d2ab3f554
commit a621ca24bf
2 changed files with 0 additions and 4 deletions

View file

@ -395,7 +395,6 @@ describe('Integrations routers', () => {
after(async () => {
sinon.restore()
nock.cleanAll()
await deleteTestIntegrations(user.id, [integration.id])
})

View file

@ -23,8 +23,5 @@ describe('findThumbnail', () => {
const thumbnail = await findThumbnail(content)
expect(thumbnail).to.eql('https://omnivore.app/large_and_square.png')
// clean up
nock.cleanAll()
})
})