Skip to content

Commit 3382627

Browse files
committed
Removed assertion on status code after redirect
1 parent c86da84 commit 3382627

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/security/formLogin/Test.LoginController.tpl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ public function testLogin(): void
7474
$this->client->followRedirect();
7575

7676
self::assertSelectorNotExists('.alert-danger');
77-
self::assertResponseIsSuccessful();
7877
}
7978
}

0 commit comments

Comments
 (0)