Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed May 31, 2024
1 parent e84e69c commit 72c55f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/meteor/tests/e2e/administration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { faker } from '@faker-js/faker';
import { IS_EE } from './config/constants';
import { Users } from './fixtures/userStates';
import { Admin, Utils } from './page-objects';
import { createTargetChannel, setSettingValueById, getSettingValueById } from './utils';
import { createTargetChannel, setSettingValueById } from './utils';
import { } from './utils/setSettingValueById';
import { test, expect } from './utils/test';

Expand Down Expand Up @@ -241,11 +241,10 @@ test.describe.parallel('administration', () => {
});

test.describe('Integrations', () => {
let messageCodeHighlightDefault: unknown;
const messageCodeHighlightDefault = 'javascript,css,markdown,dockerfile,json,go,rust,clean,bash,plaintext,powershell,scss,shell,yaml,vim';
const incomingIntegrationName = faker.string.uuid();

test.beforeAll(async ({ api }) => {
messageCodeHighlightDefault = await getSettingValueById(api, 'Message_Code_highlight');
await setSettingValueById(api, 'Message_Code_highlight', '')
});

Expand Down

0 comments on commit 72c55f4

Please sign in to comment.