mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1898 from omnivore-app/fix/integrations-router-test
Fix the tests due to the change of readwise integration
This commit is contained in:
commit
28d70e90dc
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ describe('Integrations routers', () => {
|
|||
highlighted_at: highlight.createdAt.toISOString(),
|
||||
category: 'articles',
|
||||
image_url: page.image,
|
||||
location: highlightPositionPercent,
|
||||
// location: highlightPositionPercent,
|
||||
location_type: 'order',
|
||||
note: highlight.annotation,
|
||||
source_type: 'omnivore',
|
||||
|
|
|
|||
Loading…
Reference in a new issue