diff --git a/tests/Feature/Api/UsersTest.php b/tests/Feature/Api/UsersTest.php index 30493b7023..d22898ab67 100644 --- a/tests/Feature/Api/UsersTest.php +++ b/tests/Feature/Api/UsersTest.php @@ -160,7 +160,7 @@ public function testDefaultValuesOfUser() 'lastname' => $faker->lastName(), 'email' => $faker->email(), 'status' => $faker->randomElement(['ACTIVE', 'INACTIVE']), - 'password' => $faker->password(8) . 'A' . '1', + 'password' => $faker->password(8) . 'A' . '1.', ]); // Validate that the created user has the correct default values.