From e82ef01d9ef03b67bf13fd01311744e32cdacc6f Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 18 Sep 2025 11:51:32 +0200 Subject: [PATCH] #426 correct test password in Tests up to 14 characters --- .../ChillMainBundle/Tests/Controller/UserControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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