File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -580,7 +580,6 @@ describe('SidebarUtils', () => {
580580 const expenseChatID = generateReportID ( ) ;
581581 const expenseReportID = generateReportID ( ) ;
582582 const holdReportActionID = generateReportID ( ) ;
583- const delegateEmail = 'copilot@example.com' ;
584583
585584 const policyExpenseChat : Report = {
586585 reportID : expenseChatID ,
@@ -635,13 +634,6 @@ describe('SidebarUtils', () => {
635634 await Onyx . multiSet ( {
636635 [ ONYXKEYS . SESSION ] : {
637636 accountID : 12345 ,
638- email : delegateEmail ,
639- } ,
640- [ ONYXKEYS . ACCOUNT ] : {
641- delegatedAccess : {
642- delegate : delegateEmail ,
643- delegates : [ { email : delegateEmail , role : CONST . DELEGATE_ROLE . ALL } ] ,
644- } ,
645637 } ,
646638 [ `${ ONYXKEYS . COLLECTION . REPORT } ${ policyExpenseChat . reportID } ` ] : policyExpenseChat ,
647639 [ `${ ONYXKEYS . COLLECTION . REPORT } ${ expenseReport . reportID } ` ] : expenseReport ,
You can’t perform that action at this time.
0 commit comments