aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/live/live-permanent.ts2
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
28const expect = chai.expect 28const expect = chai.expect
29 29
30describe('Permenant live', function () { 30describe('Permanent live', function () {
31 let servers: ServerInfo[] = [] 31 let servers: ServerInfo[] = []
32 let videoUUID: string 32 let videoUUID: string
33 33