Skip to content

Commit 43c9e83

Browse files
committed
test: fix UNAPPROVE test to include managerID for final approval validation
1 parent d6c1e09 commit 43c9e83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/ReportSecondaryActionUtilsTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ describe('getSecondaryAction', () => {
375375
ownerAccountID: EMPLOYEE_ACCOUNT_ID,
376376
stateNum: CONST.REPORT.STATE_NUM.APPROVED,
377377
statusNum: CONST.REPORT.STATUS_NUM.APPROVED,
378+
managerID: EMPLOYEE_ACCOUNT_ID,
378379
} as unknown as Report;
379380
const policy = {approver: EMPLOYEE_EMAIL} as unknown as Policy;
380381

0 commit comments

Comments
 (0)