diff options
Diffstat (limited to 'server/tests/plugins/html-injection.ts')
-rw-r--r-- | server/tests/plugins/html-injection.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/tests/plugins/html-injection.ts b/server/tests/plugins/html-injection.ts index 35d710b30..fe16bf1e6 100644 --- a/server/tests/plugins/html-injection.ts +++ b/server/tests/plugins/html-injection.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ | 1 | /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ |
2 | 2 | ||
3 | import * as chai from 'chai' | 3 | import { expect } from 'chai' |
4 | import { | 4 | import { |
5 | cleanupTests, | 5 | cleanupTests, |
6 | createSingleServer, | 6 | createSingleServer, |
@@ -10,8 +10,6 @@ import { | |||
10 | setAccessTokensToServers | 10 | setAccessTokensToServers |
11 | } from '@shared/server-commands' | 11 | } from '@shared/server-commands' |
12 | 12 | ||
13 | const expect = chai.expect | ||
14 | |||
15 | describe('Test plugins HTML injection', function () { | 13 | describe('Test plugins HTML injection', function () { |
16 | let server: PeerTubeServer = null | 14 | let server: PeerTubeServer = null |
17 | let command: PluginsCommand | 15 | let command: PluginsCommand |