Skip to content

Commit c248a18

Browse files
committed
MC-21862: [Integration] Automate MC-11658
1 parent f16341b commit c248a18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,9 @@ public function testRegisterCustomerWithEmailConfirmation(): void
789789
$this->_objectManager->removeSharedInstance(Request::class);
790790
$this->_request = null;
791791

792-
$this->getRequest()->setParam('id', $customer->getId());
793-
$this->getRequest()->setParam('key', $confirmation);
792+
$this->getRequest()
793+
->setParam('id', $customer->getId())
794+
->setParam('key', $confirmation);
794795
$this->dispatch('customer/account/confirm');
795796

796797
/** @var StoreManager $store */

0 commit comments

Comments
 (0)