mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
update tests to use new factories
This commit is contained in:
@@ -26,7 +26,7 @@ class UserFactory extends Factory
|
||||
|
||||
return [
|
||||
'external_id' => $this->faker->unique()->isbn10,
|
||||
'uuid' => $this->faker->uuid,
|
||||
'uuid' => $this->faker->unique()->uuid,
|
||||
'username' => $this->faker->userName,
|
||||
'email' => $this->faker->safeEmail,
|
||||
'name_first' => $this->faker->firstName,
|
||||
|
||||
Reference in New Issue
Block a user