diff --git a/test/factories/servers.rb b/test/factories/servers.rb index 6e23ccd..55f5548 100644 --- a/test/factories/servers.rb +++ b/test/factories/servers.rb @@ -1,7 +1,7 @@ FactoryBot.define do factory :server do name { 'MyString' } - ip_adress + ip_address { '127.0.0.1' } inventory_id { 1 } service { association :service } room { association :room }