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
75d3372426
commit
aae9d7e382
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ describe('/article/save API', () => {
|
|||
// We need to mock the pupeeteer-parse
|
||||
// service here because in dev mode the task gets
|
||||
// called immediately.
|
||||
nock(env.queue.puppeteerTaskHanderUrl).post('/').reply(200)
|
||||
nock(env.queue.contentFetchUrl).post('/').reply(200)
|
||||
|
||||
before(async () => {
|
||||
// create test user and login
|
||||
|
|
|
|||
Loading…
Reference in a new issue