mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +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
|
@ -30,8 +30,8 @@ class SerializersRegistrantApiDomainTest < ActiveSupport::TestCase
|
|||
assert_equal({name: 'Best Names', website: 'https://bestnames.test' }, @json[:registrar])
|
||||
end
|
||||
|
||||
def test_returns_registrant_name_and_uuid
|
||||
assert_equal({name: 'John', id: 'eb2f2766-b44c-4e14-9f16-32ab1a7cb957'},
|
||||
def test_returns_registrant_name_uuid_and_org
|
||||
assert_equal({name: 'John', id: 'eb2f2766-b44c-4e14-9f16-32ab1a7cb957', org: false},
|
||||
@json[:registrant])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue