mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Update failing test
This commit is contained in:
parent
e3807f694d
commit
abb1ad60e8
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ module Api
|
|||
if @domain
|
||||
render json: @domain
|
||||
else
|
||||
render json: { errors: ['Domain not found'] }, status: :not_found
|
||||
render json: { errors: [{ base: ['Domain not found'] }] }, status: :not_found
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue