Skip to content

Commit 446562f

Browse files
committed
Update NodeFactory.php
1 parent 80ae600 commit 446562f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/Factories/NodeFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function definition(): array
2525
return [
2626
'uuid' => Uuid::uuid4()->toString(),
2727
'public' => true,
28-
'name' => $this->faker->unique()->firstName,
28+
'name' => 'FactoryNode_' . Str::random(10),
2929
'fqdn' => $this->faker->unique()->ipv4,
3030
'scheme' => 'http',
3131
'behind_proxy' => false,

0 commit comments

Comments
 (0)