mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
parent
d27594603b
commit
aaf6eb3a71
5 changed files with 5 additions and 9 deletions
|
@ -7,7 +7,7 @@ Fabricator(:domain) do
|
|||
nameservers(count: 3)
|
||||
admin_domain_contacts(count: 1) { Fabricate(:admin_domain_contact) }
|
||||
tech_domain_contacts(count: 1) { Fabricate(:tech_domain_contact) }
|
||||
registrar { Registrar.find_by_code('FIXED') }
|
||||
registrar { Fabricate(:registrar) }
|
||||
auth_info '98oiewslkfkd'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue