We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f2a0cc + 76901b2 commit 8313086Copy full SHA for 8313086
tests/Feature/Api/UsersTest.php
@@ -160,7 +160,7 @@ public function testDefaultValuesOfUser()
160
'lastname' => $faker->lastName(),
161
'email' => $faker->email(),
162
'status' => $faker->randomElement(['ACTIVE', 'INACTIVE']),
163
- 'password' => $faker->password(8) . 'A' . '1',
+ 'password' => $faker->password(8) . 'A' . '1.',
164
]);
165
166
// Validate that the created user has the correct default values.
0 commit comments