mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Reflect new behaviour of registrant API in tests
This commit is contained in:
parent
15d2ffe200
commit
92b294e81b
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ require 'serializers/registrant_api/contact'
|
|||
class SerializersRegistrantApiContactTest < ActiveSupport::TestCase
|
||||
def setup
|
||||
@contact = contacts(:william)
|
||||
@serializer = Serializers::RegistrantApi::Contact.new(@contact)
|
||||
@serializer = Serializers::RegistrantApi::Contact.new(@contact, false)
|
||||
@json = @serializer.to_json
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue