diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/UserControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/UserControllerTest.php index ba76df8ca..798f99240 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/UserControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/UserControllerTest.php @@ -45,7 +45,7 @@ final class UserControllerTest extends WebTestCase self::assertResponseIsSuccessful(); $username = 'Test_user'.uniqid(); - $password = 'Password1234!'; + $password = 'Password_1234!'; // Fill in the form and submit it