fixed test

This commit is contained in:
oleghasjanov 2025-06-27 13:35:05 +03:00
parent c256a1290a
commit 8f5a90cdfc

View file

@ -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