From 83cd93bce46794a8f1f81303c97b0e2d723ee4db Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Fri, 10 Mar 2023 18:03:39 +0800 Subject: [PATCH] Fix the tests due to the change of readwise integration --- packages/api/test/routers/integrations.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/test/routers/integrations.test.ts b/packages/api/test/routers/integrations.test.ts index d93784bb6..0c197a11a 100644 --- a/packages/api/test/routers/integrations.test.ts +++ b/packages/api/test/routers/integrations.test.ts @@ -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',