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',