diff options
Diffstat (limited to 'server/tests/api/redundancy/redundancy-constraints.ts')
-rw-r--r-- | server/tests/api/redundancy/redundancy-constraints.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/redundancy/redundancy-constraints.ts b/server/tests/api/redundancy/redundancy-constraints.ts index a666976b3..500b96747 100644 --- a/server/tests/api/redundancy/redundancy-constraints.ts +++ b/server/tests/api/redundancy/redundancy-constraints.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 | flushAndRunServer, | 7 | flushAndRunServer, |
@@ -15,8 +16,6 @@ import { | |||
15 | } from '@shared/extra-utils' | 16 | } from '@shared/extra-utils' |
16 | import { VideoPrivacy } from '@shared/models' | 17 | import { VideoPrivacy } from '@shared/models' |
17 | 18 | ||
18 | const expect = chai.expect | ||
19 | |||
20 | describe('Test redundancy constraints', function () { | 19 | describe('Test redundancy constraints', function () { |
21 | let remoteServer: ServerInfo | 20 | let remoteServer: ServerInfo |
22 | let localServer: ServerInfo | 21 | let localServer: ServerInfo |