stats/runners/laptime feature/190-runners_laptime #191

Merged
niggl merged 36 commits from feature/190-runners_laptime into dev 2021-04-07 17:16:35 +00:00
Showing only changes of commit 63964fbf2c - Show all commits

View File

@ -28,7 +28,6 @@ describe('GET /api/stats/runners/distance w/o auth should return 200', () => {
validateStatus: undefined validateStatus: undefined
}); });
expect(res.status).toEqual(401); expect(res.status).toEqual(401);
expect(res.headers['content-type']).toContain("application/json");
}); });
}); });
// --------------- // ---------------