diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-03 16:12:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-03 16:12:58 +0100 |
commit | e26dc0cdbda13f8b65ab2be3a0e13e7ef5c4b98c (patch) | |
tree | cdf51710673b15b13e398981548cf0e36fc72895 /server/tests | |
parent | 5147a6d945dcac2f15e85acd7db88d41d8bdc768 (diff) | |
download | PeerTube-e26dc0cdbda13f8b65ab2be3a0e13e7ef5c4b98c.tar.gz PeerTube-e26dc0cdbda13f8b65ab2be3a0e13e7ef5c4b98c.tar.zst PeerTube-e26dc0cdbda13f8b65ab2be3a0e13e7ef5c4b98c.zip |
Strict actor url comparison
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/live/live-permanent.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/api/live/live-permanent.ts b/server/tests/api/live/live-permanent.ts index a64588ed7..54e4010e9 100644 --- a/server/tests/api/live/live-permanent.ts +++ b/server/tests/api/live/live-permanent.ts | |||
@@ -4,7 +4,6 @@ import 'mocha' | |||
4 | import * as chai from 'chai' | 4 | import * as chai from 'chai' |
5 | import { LiveVideoCreate, VideoDetails, VideoPrivacy, VideoState } from '@shared/models' | 5 | import { LiveVideoCreate, VideoDetails, VideoPrivacy, VideoState } from '@shared/models' |
6 | import { | 6 | import { |
7 | checkLiveCleanup, | ||
8 | cleanupTests, | 7 | cleanupTests, |
9 | createLive, | 8 | createLive, |
10 | doubleFollow, | 9 | doubleFollow, |