mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-14 11:11:38 -05:00
Fix health controller spec description
This commit is contained in:
parent
98520b0287
commit
8279a8de45
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ describe 'Health API', type: :request do
|
|||
get 'Retrieves application status' do
|
||||
tags 'Health'
|
||||
produces 'application/json'
|
||||
response '200', 'areas found' do
|
||||
response '200', 'Healthy' do
|
||||
run_test!
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue