From 8279a8de4535eba52eadec25dbf6495434ad4073 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Thu, 5 Sep 2024 21:18:05 +0200 Subject: [PATCH] Fix health controller spec description --- spec/swagger/api/v1/health_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/swagger/api/v1/health_controller_spec.rb b/spec/swagger/api/v1/health_controller_spec.rb index 9dca9451..63ddf514 100644 --- a/spec/swagger/api/v1/health_controller_spec.rb +++ b/spec/swagger/api/v1/health_controller_spec.rb @@ -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