Skip to content

Commit 8e2f1d2

Browse files
committed
Removed the redirect check from integration test
1 parent ef914e6 commit 8e2f1d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ public function testActiveUserConfirmationAction()
254254
);
255255

256256
$this->dispatch('customer/account/confirmation');
257-
$this->assertRedirect($this->stringContains('customer/account/confirmation'));
258257
$this->assertSessionMessages(
259258
$this->equalTo(
260259
[

0 commit comments

Comments
 (0)