From 63964fbf2c41d9b90f995f056e9db65ab07d54a8 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 09:14:45 +0200 Subject: [PATCH] Removed test for content type ref #190 --- src/tests/stats/stats_get.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/stats/stats_get.spec.ts b/src/tests/stats/stats_get.spec.ts index 262cf93..92b898a 100644 --- a/src/tests/stats/stats_get.spec.ts +++ b/src/tests/stats/stats_get.spec.ts @@ -28,7 +28,6 @@ describe('GET /api/stats/runners/distance w/o auth should return 200', () => { validateStatus: undefined }); expect(res.status).toEqual(401); - expect(res.headers['content-type']).toContain("application/json"); }); }); // ---------------