mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
fix tests for new network policy in transactions
This commit is contained in:
parent
e62a677668
commit
f86d0e9162
@ -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',
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user