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
9c5bc1021f
commit
5d4c8f00e5
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ describe('uploadFileRequest API', () => {
|
|||
const res = await uploadFileRequest(authToken, 'file://foo.bar', clientRequestId, true)
|
||||
expect(res.body.data.uploadFileRequest.createdPageId).to.eql(clientRequestId)
|
||||
const page = await getPageById(clientRequestId)
|
||||
expect(page.url).to.startWith("https://")
|
||||
expect(page?.url).to.startWith("https://")
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue