We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c1e09 commit 43c9e83Copy full SHA for 43c9e83
1 file changed
tests/unit/ReportSecondaryActionUtilsTest.ts
@@ -375,6 +375,7 @@ describe('getSecondaryAction', () => {
375
ownerAccountID: EMPLOYEE_ACCOUNT_ID,
376
stateNum: CONST.REPORT.STATE_NUM.APPROVED,
377
statusNum: CONST.REPORT.STATUS_NUM.APPROVED,
378
+ managerID: EMPLOYEE_ACCOUNT_ID,
379
} as unknown as Report;
380
const policy = {approver: EMPLOYEE_EMAIL} as unknown as Policy;
381
0 commit comments