Skip to content

Commit f149097

Browse files
committed
fix tests
1 parent e6d5964 commit f149097

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/useAccountTabIndicatorStatusTest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ const getMockForStatus = (status: string) =>
8686
// eslint-disable-next-line @typescript-eslint/naming-convention
8787
card123: {
8888
bank: 'OTHER_BANK',
89-
lastScrapeResult: status === CONST.INDICATOR_STATUS.HAS_CARD_CONNECTION_ERROR ? 500 : 200,
89+
lastScrapeResult: status === CONST.INDICATOR_STATUS.HAS_CARD_CONNECTION_ERROR ? 403 : 200,
9090
},
9191
// eslint-disable-next-line @typescript-eslint/naming-convention
9292
card456: {
9393
bank: 'ANOTHER_BANK',
94-
lastScrapeResult: status === CONST.INDICATOR_STATUS.HAS_CARD_CONNECTION_ERROR ? 500 : 200,
94+
lastScrapeResult: status === CONST.INDICATOR_STATUS.HAS_CARD_CONNECTION_ERROR ? 403 : 200,
9595
},
9696
},
9797
[ONYXKEYS.SESSION]: {

0 commit comments

Comments
 (0)