diff options
-rw-r--r-- | packages/tests/src/api/live/live-constraints.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/tests/src/api/live/live-constraints.ts b/packages/tests/src/api/live/live-constraints.ts index 725e35d23..32ef944a8 100644 --- a/packages/tests/src/api/live/live-constraints.ts +++ b/packages/tests/src/api/live/live-constraints.ts | |||
@@ -4,9 +4,7 @@ import { expect } from 'chai' | |||
4 | import { wait } from '@peertube/peertube-core-utils' | 4 | import { wait } from '@peertube/peertube-core-utils' |
5 | import { LiveVideoError, UserVideoQuota, VideoPrivacy } from '@peertube/peertube-models' | 5 | import { LiveVideoError, UserVideoQuota, VideoPrivacy } from '@peertube/peertube-models' |
6 | import { | 6 | import { |
7 | cleanupTests, | 7 | cleanupTests, createMultipleServers, |
8 | ConfigCommand, | ||
9 | createMultipleServers, | ||
10 | doubleFollow, | 8 | doubleFollow, |
11 | PeerTubeServer, | 9 | PeerTubeServer, |
12 | setAccessTokensToServers, | 10 | setAccessTokensToServers, |