Skip to content

Commit 07e2568

Browse files
committed
MAGETWO-75635: Merge 2.2.0-develop into develop
1 parent b2a2a4a commit 07e2568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function testWithConfirmCreatePostAction()
286286
$this->equalTo([
287287
'You must confirm your account. Please check your email for the confirmation link or '
288288
. '<a href="http://localhost/index.php/customer/account/confirmation/'
289-
. '?email=test2%40email.com/">click here</a> for a new link.'
289+
. '?email=test2%40email.com">click here</a> for a new link.'
290290
]),
291291
MessageInterface::TYPE_SUCCESS
292292
);

0 commit comments

Comments
 (0)