Skip to content

Commit

Permalink
FIX: исправляет падающие тесты
Browse files Browse the repository at this point in the history
  • Loading branch information
owlscatcher committed Feb 19, 2024
1 parent 0daa10b commit d7107f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/factories/servers.rb
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit d7107f0

Please sign in to comment.