From 422d818133de538d5a6c67ad340319760b4660dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 31 Aug 2022 08:51:01 +0200 Subject: [PATCH] !!! Temp !!! --- backend/src/middleware/slugifyMiddleware.spec.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/src/middleware/slugifyMiddleware.spec.js b/backend/src/middleware/slugifyMiddleware.spec.js index 62bfcf76d..3a8f380d9 100644 --- a/backend/src/middleware/slugifyMiddleware.spec.js +++ b/backend/src/middleware/slugifyMiddleware.spec.js @@ -189,7 +189,7 @@ describe('slugifyMiddleware', () => { }) }) - describe('UpdateGroup', () => { + describe.only('UpdateGroup', () => { beforeEach(() => { variables = { ...variables, @@ -200,6 +200,10 @@ describe('slugifyMiddleware', () => { actionRadius: 'national', categoryIds, } + await mutate({ + mutation: createGroupMutation, + variables, + }) }) describe('if slug not exists', () => {