refactor: Add extra empty line for create connection test block
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user