From f86d0e916265df4cb7fb97d6b73be51f5f3a1f07 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 28 Jun 2023 10:55:05 +0200 Subject: [PATCH] fix tests for new network policy in transactions --- frontend/src/pages/Transactions.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/pages/Transactions.spec.js b/frontend/src/pages/Transactions.spec.js index ea2a5e1f6..bcff628cc 100644 --- a/frontend/src/pages/Transactions.spec.js +++ b/frontend/src/pages/Transactions.spec.js @@ -142,6 +142,7 @@ describe('Transactions', () => { currentPage: 1, pageSize: 25, }, + fetchPolicy: 'network-only', }) }) @@ -170,6 +171,7 @@ describe('Transactions', () => { currentPage: 2, pageSize: 25, }, + fetchPolicy: 'network-only', }) }) })