Removed test for content type
continuous-integration/drone/pr Build is passing Details

ref #190
This commit is contained in:
Nicolai Ort 2021-04-06 09:14:45 +02:00
parent cbcb829fbd
commit 63964fbf2c
1 changed files with 0 additions and 1 deletions

View File

@ -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");
});
});
// ---------------