Add integration tests for remote user endpoint

This commit is contained in:
Dane Everitt 2018-03-04 16:56:05 -06:00
parent e2aa01c9cc
commit 9905358bc3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 81 additions and 1 deletions

View file

@ -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,