mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Fix error generation
This commit is contained in:
parent
156ca0b54f
commit
89afe0bdf2
2 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ class APINameserversPutTest < ApplicationIntegrationTest
|
|||
|
||||
assert_response 400
|
||||
assert_equal ({ code: 2003,
|
||||
message: 'param is missing or the value is empty: hostname' }),
|
||||
message: 'param is missing or the value is empty: hostname. Did you mean? hostname' }),
|
||||
JSON.parse(response.body, symbolize_names: true)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue