Fixed typo

ref #67
This commit is contained in:
Nicolai Ort 2021-01-07 19:36:57 +01:00
parent 324d5709e3
commit 09b37f0ff2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe('GET /api/scans sucessfully', () => {
});
});
// ---------------
describe('GET /api/tracks illegally', () => {
describe('GET /api/scans illegally', () => {
it('get for non-existant track should return 404', async () => {
const res = await axios.get(base + '/api/scans/-1', axios_config);
expect(res.status).toEqual(404);