aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/update-host.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/cli/update-host.ts')
-rw-r--r--server/tests/cli/update-host.ts3
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
3import 'mocha' 3import 'mocha'
4import { expect } from 'chai'
4import { 5import {
5 cleanupTests, 6 cleanupTests,
6 createUser, 7 createUser,
@@ -18,8 +19,6 @@ import {
18} from '@shared/extra-utils' 19} from '@shared/extra-utils'
19import { VideoDetails } from '@shared/models' 20import { VideoDetails } from '@shared/models'
20 21
21const expect = chai.expect
22
23describe('Test update host scripts', function () { 22describe('Test update host scripts', function () {
24 let server: ServerInfo 23 let server: ServerInfo
25 24