From 09b37f0ff23f1cfc05000648d567801ef2aba137 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 7 Jan 2021 19:36:57 +0100 Subject: [PATCH] Fixed typo ref #67 --- src/tests/scans/scans_get.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/scans/scans_get.spec.ts b/src/tests/scans/scans_get.spec.ts index 943a884..da7d737 100644 --- a/src/tests/scans/scans_get.spec.ts +++ b/src/tests/scans/scans_get.spec.ts @@ -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);