From 1f9da47b23384971d27badf6d8195981c836b946 Mon Sep 17 00:00:00 2001 From: Daniel Olojakpoke Date: Mon, 9 Oct 2023 14:59:34 +0100 Subject: [PATCH] fix: trigger deployment --- server/app.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.spec.js b/server/app.spec.js index bc5f949..d48ecb2 100644 --- a/server/app.spec.js +++ b/server/app.spec.js @@ -8,7 +8,7 @@ describe('', () => { expect(res.statusCode).eq(200); }); - it('Test header: content-type: application/json', async () => { + it('Test header: content-type: application/json', async () => { const res = await request(server).post('/'); expect(res.statusCode).eq(415); expect(res.body)