aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live-socket-messages.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-25 15:18:29 +0200
committerChocobozzz <me@florianbigard.com>2022-05-25 15:18:29 +0200
commitc8fdfab0e36cc7324c61710009bf334e836485d9 (patch)
tree4406a2ee9ae5c8c54e2059d8918848ed269365cc /server/tests/api/live/live-socket-messages.ts
parent5333788c08ab6152303829d4624774b5d788ff40 (diff)
downloadPeerTube-c8fdfab0e36cc7324c61710009bf334e836485d9.tar.gz
PeerTube-c8fdfab0e36cc7324c61710009bf334e836485d9.tar.zst
PeerTube-c8fdfab0e36cc7324c61710009bf334e836485d9.zip
More robust live ending job
Diffstat (limited to 'server/tests/api/live/live-socket-messages.ts')
-rw-r--r--server/tests/api/live/live-socket-messages.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-socket-messages.ts b/server/tests/api/live/live-socket-messages.ts
index 7668ed5b9..1669369c0 100644
--- a/server/tests/api/live/live-socket-messages.ts
+++ b/server/tests/api/live/live-socket-messages.ts
@@ -18,7 +18,7 @@ import {
18 18
19const expect = chai.expect 19const expect = chai.expect
20 20
21describe('Test live', function () { 21describe('Test live socket messages', function () {
22 let servers: PeerTubeServer[] = [] 22 let servers: PeerTubeServer[] = []
23 23
24 before(async function () { 24 before(async function () {