mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
REPP: Show error when invalid ident format submitted
This commit is contained in:
parent
3d0150076c
commit
03db562c77
4 changed files with 9 additions and 4 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][:code]
|
||||
assert_equal contact.code, json[:data][:id]
|
||||
end
|
||||
|
||||
def test_can_not_access_out_of_scope_contacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue