backend-app-api: remove test

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-05-17 19:18:06 +02:00
parent 1ce0bb7060
commit 0717aaeda6
@@ -162,18 +162,6 @@ describe('httpRouterFactory', () => {
});
});
it('should always allow the healthcheck endpoint', async () => {
const { server } = await startTestBackend({
features: [pluginSubject, ...defaultServices],
});
await expect(
request(server).get('/api/test/healthcheck'),
).resolves.toMatchObject({
status: 200,
});
});
it('should not block unauthenticated requests if default policy is disabled', async () => {
const { server } = await startTestBackend({
features: [