From a4d3b387d02dbec02ffea0637020c14af772b382 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Thu, 12 Sep 2024 13:33:32 +0300 Subject: [PATCH] refactor: Add extra empty line for create connection test block --- .../src/controllers/api/v1/apps/create-connection.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/backend/src/controllers/api/v1/apps/create-connection.test.js b/packages/backend/src/controllers/api/v1/apps/create-connection.test.js index bc2f7c98..3a4f98cc 100644 --- a/packages/backend/src/controllers/api/v1/apps/create-connection.test.js +++ b/packages/backend/src/controllers/api/v1/apps/create-connection.test.js @@ -257,6 +257,7 @@ describe('POST /api/v1/apps/:appKey/connections', () => { describe('with auth clients enabled', async () => { let appAuthClient; + beforeEach(async () => { await createAppConfig({ key: 'gitlab', @@ -339,6 +340,7 @@ describe('POST /api/v1/apps/:appKey/connections', () => { }); describe('with auth clients disabled', async () => { let appAuthClient; + beforeEach(async () => { await createAppConfig({ key: 'gitlab',