Skip to content

Commit b2a2a4a

Browse files
committed
MAGETWO-75635: Merge 2.2.0-develop into develop
1 parent 7cd38a0 commit b2a2a4a

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
@@ -285,8 +285,8 @@ public function testWithConfirmCreatePostAction()
285285
$this->assertSessionMessages(
286286
$this->equalTo([
287287
'You must confirm your account. Please check your email for the confirmation link or '
288-
. '<a href="http://localhost/index.php/customer/account/confirmation/email/'
289-
. 'test2%40email.com/">click here</a> for a new link.'
288+
. '<a href="http://localhost/index.php/customer/account/confirmation/'
289+
. '?email=test2%40email.com/">click here</a> for a new link.'
290290
]),
291291
MessageInterface::TYPE_SUCCESS
292292
);

0 commit comments

Comments
 (0)