diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-11 16:02:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-11 16:02:26 +0200 |
commit | 668f864f5a50bd34ffd7c32c91bfff122118d4bf (patch) | |
tree | 8ee891b0aee157950b34d5b106135b86206f40d2 /server/tests | |
parent | b8afe6f0cd32177a3670ac0850db5b58678db5f8 (diff) | |
download | PeerTube-668f864f5a50bd34ffd7c32c91bfff122118d4bf.tar.gz PeerTube-668f864f5a50bd34ffd7c32c91bfff122118d4bf.tar.zst PeerTube-668f864f5a50bd34ffd7c32c91bfff122118d4bf.zip |
Fix live files include
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/live/live-permanent.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-permanent.ts b/server/tests/api/live/live-permanent.ts index 2b440dbd0..71b7d28a8 100644 --- a/server/tests/api/live/live-permanent.ts +++ b/server/tests/api/live/live-permanent.ts | |||
@@ -27,7 +27,7 @@ import { | |||
27 | 27 | ||
28 | const expect = chai.expect | 28 | const expect = chai.expect |
29 | 29 | ||
30 | describe('Permenant live', function () { | 30 | describe('Permanent live', function () { |
31 | let servers: ServerInfo[] = [] | 31 | let servers: ServerInfo[] = [] |
32 | let videoUUID: string | 32 | let videoUUID: string |
33 | 33 | ||