Skip to content

Commit d9bb618

Browse files
committed
#10848: added query param to url build
- Test Updated
1 parent a38eda3 commit d9bb618

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
@@ -304,8 +304,8 @@ public function testWithConfirmCreatePostAction()
304304
$this->assertSessionMessages(
305305
$this->equalTo([
306306
'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.'
307+
. '<a href="http://localhost/index.php/customer/account/confirmation/'
308+
. '?email=test2%40email.com">click here</a> for a new link.'
309309
]),
310310
MessageInterface::TYPE_SUCCESS
311311
);

0 commit comments

Comments
 (0)