mirror of
https://github.com/internetee/registry.git
synced 2025-08-15 14:03:49 +02:00
fixed test
This commit is contained in:
parent
c256a1290a
commit
8f5a90cdfc
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ class RegistrantApiV1ContactDetailsTest < ActionDispatch::IntegrationTest
|
|||
auth_info: @contact.auth_info,
|
||||
statuses: @contact.statuses,
|
||||
disclosed_attributes: @contact.disclosed_attributes,
|
||||
registrant_publishable: @contact.registrant_publishable }),
|
||||
registrant_publishable: @contact.registrant_publishable,
|
||||
system_disclosed_attributes: @contact.system_disclosed_attributes }),
|
||||
JSON.parse(response.body, symbolize_names: true)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue