Update NodeFactory.php
This commit is contained in:
parent
80ae600fe1
commit
446562fcff
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class NodeFactory extends Factory
|
||||||
return [
|
return [
|
||||||
'uuid' => Uuid::uuid4()->toString(),
|
'uuid' => Uuid::uuid4()->toString(),
|
||||||
'public' => true,
|
'public' => true,
|
||||||
'name' => $this->faker->unique()->firstName,
|
'name' => 'FactoryNode_' . Str::random(10),
|
||||||
'fqdn' => $this->faker->unique()->ipv4,
|
'fqdn' => $this->faker->unique()->ipv4,
|
||||||
'scheme' => 'http',
|
'scheme' => 'http',
|
||||||
'behind_proxy' => false,
|
'behind_proxy' => false,
|
||||||
|
|
Loading…
Reference in a new issue