backend-app-api: move healthchecks to healthService

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-05-17 15:17:26 +02:00
parent 53ced701dd
commit 8d4735767d
11 changed files with 206 additions and 7 deletions
@@ -348,7 +348,6 @@ export namespace mockServices {
export const factory = httpRouterServiceFactory;
export const mock = simpleMock(coreServices.httpRouter, () => ({
use: jest.fn(),
healthCheckConfig: jest.fn(),
addAuthPolicy: jest.fn(),
}));
}