Rename admin_domain_contacts_attributes to admin_contacts

This commit is contained in:
Karl Erik Õunapuu 2021-03-22 15:13:48 +02:00
parent e2f377f1c2
commit 83bfc493bb
No known key found for this signature in database
GPG key ID: C9DD647298A34764
4 changed files with 11 additions and 12 deletions

View file

@ -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 ],
}
}