Add integration tests for remote user endpoint
This commit is contained in:
parent
e2aa01c9cc
commit
9905358bc3
2 changed files with 81 additions and 1 deletions
|
@ -47,7 +47,7 @@ $factory->define(Pterodactyl\Models\User::class, function (Faker $faker) {
|
|||
|
||||
return [
|
||||
'id' => $faker->unique()->randomNumber(),
|
||||
'external_id' => null,
|
||||
'external_id' => $faker->unique()->isbn10,
|
||||
'uuid' => $faker->uuid,
|
||||
'username' => $faker->userName,
|
||||
'email' => $faker->safeEmail,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue