Remove test

Signed-off-by: sblausten <sam@roadie.io>
This commit is contained in:
sblausten
2022-12-20 12:27:40 +01:00
parent a5ea625550
commit 98dd59a158
@@ -101,18 +101,6 @@ describe('Tech Insights router tests', () => {
});
});
describe('/checks/run', () => {
it('should continue to run all checks if a single one fails', async () => {
await request(app)
.post('/checks/run')
.query({
entity: 'a:a/a',
ids: ['check1', 'check2'],
})
.expect(500);
});
});
describe('/facts/latest', () => {
it('should be able to parse id request params for fact retrieval', async () => {
await request(app)