Fix health controller spec description

This commit is contained in:
Eugene Burmakin 2024-09-05 21:18:05 +02:00
parent 98520b0287
commit 8279a8de45

View file

@ -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