FOUR-20521 Fix flaky test by caleeli · Pull Request #7804 · ProcessMaker/processmaker

Expand Up @@ -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. Expand Down