Skip to content

Commit 8313086

Browse files
authored
Merge pull request #7804 from ProcessMaker/FOUR-20521
FOUR-20521 Fix flaky test
2 parents 2f2a0cc + 76901b2 commit 8313086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Api/UsersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function testDefaultValuesOfUser()
160160
'lastname' => $faker->lastName(),
161161
'email' => $faker->email(),
162162
'status' => $faker->randomElement(['ACTIVE', 'INACTIVE']),
163-
'password' => $faker->password(8) . 'A' . '1',
163+
'password' => $faker->password(8) . 'A' . '1.',
164164
]);
165165

166166
// Validate that the created user has the correct default values.

0 commit comments

Comments
 (0)