Release 0.10.2 #192

Merged
niggl merged 41 commits from dev into main 2021-04-07 17:27:49 +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
});
expect(res.status).toEqual(401);
expect(res.headers['content-type']).toContain("application/json");
});
});
// ---------------