mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Reflect new keys in registrant API tests
This commit is contained in:
parent
9854f82669
commit
84755226a3
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ class RegistrantApiDomainsTest < ApplicationIntegrationTest
|
|||
|
||||
assert_equal('hospital.test', domain[:name])
|
||||
assert_equal('5edda1a5-3548-41ee-8b65-6d60daf85a37', domain[:id])
|
||||
assert_equal({name: 'John', id: 'eb2f2766-b44c-4e14-9f16-32ab1a7cb957'}, domain[:registrant])
|
||||
assert_equal({name: 'John', id: 'eb2f2766-b44c-4e14-9f16-32ab1a7cb957', org: false}, domain[:registrant])
|
||||
assert_equal([{name: 'John',
|
||||
id: 'eb2f2766-b44c-4e14-9f16-32ab1a7cb957',
|
||||
email: 'john@inbox.test'}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue