FOUR-19349: Unit test failed by pmPaulis · Pull Request #7411 · ProcessMaker/processmaker
Expand Up
@@ -196,7 +196,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' . '+',
'timezone' => 'America/Monterrey',
]);
Expand Down
caleeli marked this conversation as resolved.
Show resolved
Hide resolved
Expand Down