mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
Updated REPP API for new registrar portal
This commit is contained in:
parent
e17b21436d
commit
a5ffce290d
61 changed files with 1269 additions and 408 deletions
|
@ -28,7 +28,7 @@ class ReppV1ContactsShowTest < ActionDispatch::IntegrationTest
|
|||
assert_equal 1000, json[:code]
|
||||
assert_equal 'Command completed successfully', json[:message]
|
||||
|
||||
assert_equal contact.code, json[:data][:id]
|
||||
assert_equal contact.code, json[:data][:contact][:code]
|
||||
end
|
||||
|
||||
def test_can_not_access_out_of_scope_contacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue