Skip to content

Commit

Permalink
Remove serial_number from factory
Browse files Browse the repository at this point in the history
  • Loading branch information
bochoven committed May 9, 2020
1 parent 1604b76 commit 8e4e255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion machine_factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
list($os_version, $build) = $faker->randomElement($oses);

return [
'serial_number' => 'override',
'hostname' => $computerName . '.local',
'machine_model' => $machine_model,
'machine_desc' => $machine_desc,
Expand Down

0 comments on commit 8e4e255

Please sign in to comment.