mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix test
This commit is contained in:
parent
5d2ab3f554
commit
a621ca24bf
2 changed files with 0 additions and 4 deletions
|
|
@ -395,7 +395,6 @@ describe('Integrations routers', () => {
|
|||
|
||||
after(async () => {
|
||||
sinon.restore()
|
||||
nock.cleanAll()
|
||||
await deleteTestIntegrations(user.id, [integration.id])
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue