Skip to content

Commit 194ba57

Browse files
committed
Setup the store id attached to the customer on the admin index save test
1 parent 2e2f66b commit 194ba57

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/IndexTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ public function testSaveActionExistingCustomerUnsubscribeNewsletter()
347347
'email' => '[email protected]',
348348
'firstname' => 'test firstname',
349349
'lastname' => 'test lastname',
350+
'sendemail_store_id' => 1
350351
],
351352
'subscription' => '0'
352353
];

0 commit comments

Comments
 (0)