diff options
Diffstat (limited to 'server/tests/cli/update-host.ts')
-rw-r--r-- | server/tests/cli/update-host.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/cli/update-host.ts b/server/tests/cli/update-host.ts index 61a6c403a..d3a1520cf 100644 --- a/server/tests/cli/update-host.ts +++ b/server/tests/cli/update-host.ts | |||
@@ -1,6 +1,7 @@ | |||
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 'mocha' | 3 | import 'mocha' |
4 | import { expect } from 'chai' | ||
4 | import { | 5 | import { |
5 | cleanupTests, | 6 | cleanupTests, |
6 | createUser, | 7 | createUser, |
@@ -18,8 +19,6 @@ import { | |||
18 | } from '@shared/extra-utils' | 19 | } from '@shared/extra-utils' |
19 | import { VideoDetails } from '@shared/models' | 20 | import { VideoDetails } from '@shared/models' |
20 | 21 | ||
21 | const expect = chai.expect | ||
22 | |||
23 | describe('Test update host scripts', function () { | 22 | describe('Test update host scripts', function () { |
24 | let server: ServerInfo | 23 | let server: ServerInfo |
25 | 24 | ||