mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
REPP: Ditch _id from registrant / registrar attributes
This commit is contained in:
parent
83bfc493bb
commit
d6b266459b
5 changed files with 15 additions and 15 deletions
|
@ -17,7 +17,7 @@ class ReppV1DomainsCreateTest < ActionDispatch::IntegrationTest
|
|||
payload = {
|
||||
domain: {
|
||||
name: 'domeener.test',
|
||||
registrant_id: contact.code,
|
||||
registrant: contact.code,
|
||||
period: 1,
|
||||
period_unit: 'y'
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ class ReppV1DomainsCreateTest < ActionDispatch::IntegrationTest
|
|||
payload = {
|
||||
domain: {
|
||||
name: 'domeener.test',
|
||||
registrant_id: contact.code,
|
||||
registrant: contact.code,
|
||||
period: 3,
|
||||
period_unit: 'y'
|
||||
}
|
||||
|
@ -61,7 +61,7 @@ class ReppV1DomainsCreateTest < ActionDispatch::IntegrationTest
|
|||
payload = {
|
||||
domain: {
|
||||
name: 'domeener.test',
|
||||
registrant_id: contact.code,
|
||||
registrant: contact.code,
|
||||
period: 1,
|
||||
period_unit: 'y',
|
||||
nameservers_attributes: [
|
||||
|
@ -91,7 +91,7 @@ class ReppV1DomainsCreateTest < ActionDispatch::IntegrationTest
|
|||
payload = {
|
||||
domain: {
|
||||
name: 'domeener.test',
|
||||
registrant_id: contact.code,
|
||||
registrant: contact.code,
|
||||
period: 1,
|
||||
period_unit: 'y',
|
||||
admin_contacts: [ admin_contact.code ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue