Skip to content

Commit 3fb5616

Browse files
author
Sergey Semenov
committed
MAGETWO-42954: Can't view uploaded image
1 parent e5a0ba0 commit 3fb5616

File tree

1 file changed

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

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,12 @@ public function testSaveActionExistingCustomerUnsubscribeNewsletter()
339339
$this->assertEquals(1, $subscriber->getStatus());
340340

341341
$post = [
342-
'customer' => ['entity_id' => $customerId],
342+
'customer' => [
343+
'entity_id' => $customerId,
344+
'email' => 'customer@example.com',
345+
'firstname' => 'test firstname',
346+
'lastname' => 'test lastname',
347+
],
343348
'subscription' => 'false'
344349
];
345350
$this->getRequest()->setPostValue($post);

0 commit comments

Comments
 (0)