Skip to content

Commit ef914e6

Browse files
committed
Integration test fix
1 parent b4548b7 commit ef914e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ public function testActiveUserConfirmationAction()
254254
);
255255

256256
$this->dispatch('customer/account/confirmation');
257-
$this->assertRedirect($this->stringContains('customer/account/index'));
257+
$this->assertRedirect($this->stringContains('customer/account/confirmation'));
258258
$this->assertSessionMessages(
259259
$this->equalTo(
260260
[
261-
'This email does not require confirmation.',
261+
'Wrong email.',
262262
]
263263
),
264264
MessageInterface::TYPE_SUCCESS

0 commit comments

Comments
 (0)