File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -614,6 +614,7 @@ describe('actions/SendInvoice', () => {
614614 policy,
615615 companyName,
616616 companyWebsite,
617+ senderPolicyTags : undefined ,
617618 } ) ;
618619
619620 // Then a new invoice chat is created instead of incorrectly using the invoice chat which has been converted from individual to business
@@ -641,6 +642,7 @@ describe('actions/SendInvoice', () => {
641642 currentUserAccountID : 1 ,
642643 transaction,
643644 policyRecentlyUsedCurrencies : initialCurrencies ,
645+ senderPolicyTags : undefined ,
644646 } ) ;
645647
646648 mockFetch ?. fail ?.( ) ;
@@ -680,6 +682,7 @@ describe('actions/SendInvoice', () => {
680682 transaction,
681683 policyRecentlyUsedCurrencies : [ ] ,
682684 policyRecentlyUsedCategories,
685+ senderPolicyTags : undefined ,
683686 } ) ;
684687
685688 // Then onyxData should be passed to API.write
@@ -755,6 +758,7 @@ describe('actions/SendInvoice', () => {
755758 transaction,
756759 policyRecentlyUsedCurrencies : [ ] ,
757760 invoiceChatReportID : preGeneratedReportID ,
761+ senderPolicyTags : undefined ,
758762 } ) ;
759763
760764 expect ( writeSpy ) . toHaveBeenCalledWith (
You can’t perform that action at this time.
0 commit comments