Removed test for content type
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
ref #190
This commit is contained in:
parent
cbcb829fbd
commit
63964fbf2c
@ -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");
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
// ---------------
|
// ---------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user