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