refactor: Add extra empty line for create connection test block

This commit is contained in:
Faruk AYDIN
2024-09-12 13:33:32 +03:00
parent 7394aca02d
commit a4d3b387d0

View File

@@ -257,6 +257,7 @@ describe('POST /api/v1/apps/:appKey/connections', () => {
describe('with auth clients enabled', async () => { describe('with auth clients enabled', async () => {
let appAuthClient; let appAuthClient;
beforeEach(async () => { beforeEach(async () => {
await createAppConfig({ await createAppConfig({
key: 'gitlab', key: 'gitlab',
@@ -339,6 +340,7 @@ describe('POST /api/v1/apps/:appKey/connections', () => {
}); });
describe('with auth clients disabled', async () => { describe('with auth clients disabled', async () => {
let appAuthClient; let appAuthClient;
beforeEach(async () => { beforeEach(async () => {
await createAppConfig({ await createAppConfig({
key: 'gitlab', key: 'gitlab',