From 6b60d4c006f7ac93d3a573afb797c1fa00997215 Mon Sep 17 00:00:00 2001 From: xfarrow <49845537+xfarrow@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:44:58 +0100 Subject: [PATCH] Update test.js --- backend/apis/nodejs/src/tests/test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/apis/nodejs/src/tests/test.js b/backend/apis/nodejs/src/tests/test.js index a3d4d4d..35476a8 100644 --- a/backend/apis/nodejs/src/tests/test.js +++ b/backend/apis/nodejs/src/tests/test.js @@ -15,9 +15,8 @@ function randomString() { return result; }; -const userEmail = randomString() + "_test@mail.org"; - describe('Person tests', () => { + const userEmail = randomString() + "_test@mail.org"; it('should return a 201 status code for POST /persons', async () => { const userData = { "email": userEmail,