small cleanup

This commit is contained in:
2023-08-12 19:59:40 +02:00
parent aa0f62579c
commit 03935492b1
4 changed files with 2 additions and 7 deletions
-1
View File
@@ -167,7 +167,6 @@ describe('server', () => {
expect(response.status).toBe(201)
})
test('register a kill with missing data', async () => {
const data = testKill
const response = await fetch(`http://127.0.0.1:3001/kill`, {