mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Cache contact code for epp eager errors
This commit is contained in:
parent
8aac684df7
commit
ddd91d464a
9 changed files with 42 additions and 14 deletions
|
@ -5,7 +5,7 @@ Fabricator(:domain) do
|
|||
period_unit 'y'
|
||||
owner_contact(fabricator: :contact)
|
||||
nameservers(count: 3)
|
||||
admin_contacts(count: 1) { Fabricate(:contact) }
|
||||
domain_contacts(count: 1) { Fabricate(:domain_contact, contact_type: 'admin') }
|
||||
registrar
|
||||
auth_info '98oiewslkfkd'
|
||||
dnskeys(count: 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue