We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38eda3 commit d9bb618Copy full SHA for d9bb618
dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php
@@ -304,8 +304,8 @@ public function testWithConfirmCreatePostAction()
304
$this->assertSessionMessages(
305
$this->equalTo([
306
'You must confirm your account. Please check your email for the confirmation link or '
307
- . '<a href="http://localhost/index.php/customer/account/confirmation/email/'
308
- . 'test2%40email.com/">click here</a> for a new link.'
+ . '<a href="http://localhost/index.php/customer/account/confirmation/'
+ . '?email=test2%40email.com">click here</a> for a new link.'
309
]),
310
MessageInterface::TYPE_SUCCESS
311
);
0 commit comments