mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
Rename admin_domain_contacts_attributes to admin_contacts
This commit is contained in:
parent
e2f377f1c2
commit
83bfc493bb
4 changed files with 11 additions and 12 deletions
|
@ -94,8 +94,8 @@ class ReppV1DomainsCreateTest < ActionDispatch::IntegrationTest
|
|||
registrant_id: contact.code,
|
||||
period: 1,
|
||||
period_unit: 'y',
|
||||
admin_domain_contacts_attributes: [ admin_contact.code ],
|
||||
tech_domain_contacts_attributes: [ tech_contact.code ],
|
||||
admin_contacts: [ admin_contact.code ],
|
||||
tech_contacts: [ tech_contact.code ],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue