Apply suggestions from code review

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-06-20 12:43:34 +02:00
committed by GitHub
parent e36e507d59
commit 4e8455f0bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
'@backstage/backend-app-api': patch
---
Added a new health service which adds new endpoints for health checks.
Added a new Root Health Service which adds new endpoints for health checks.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/backend-test-utils': patch
---
Added mock for health service in `mockServices`.
Added mock for the Root Health Service in `mockServices`.