Remove rules e2e test

pull/2163/head
Jérémy Rialland 2022-06-02 19:05:29 +02:00 committed by Johan Girod
parent 0fcb568590
commit 695a88f273
2 changed files with 0 additions and 49863 deletions

File diff suppressed because it is too large Load Diff

View File

@ -62,19 +62,6 @@ describe('e2e test mon-entreprise api', () => {
).resolves.toMatchSnapshot()
})
it('Test rules endpoint', async () => {
await expect(
chai
.request(server)
.get('/api/v1/rules')
.then((res) => {
expect(res.status).toMatchInlineSnapshot('200')
return JSON.parse(res.text) as Record<string, unknown>
})
).resolves.toMatchSnapshot()
})
it('Test openapi.json endpoint', async () => {
await expect(
chai