aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-10 17:36:35 +0100
committerChocobozzz <me@florianbigard.com>2018-01-10 17:36:35 +0100
commit7ae71355c40e9065f83d3fc77b6750d1929ac201 (patch)
tree54bc61cafc7ab948f396e4c7c17d669ca85e5131 /server/tests/api
parent2ccaeeb341ffe8c2609039bf4c6d8835b4650316 (diff)
downloadPeerTube-7ae71355c40e9065f83d3fc77b6750d1929ac201.tar.gz
PeerTube-7ae71355c40e9065f83d3fc77b6750d1929ac201.tar.zst
PeerTube-7ae71355c40e9065f83d3fc77b6750d1929ac201.zip
Run videojs outside angular
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/server/handle-down.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/api/server/handle-down.ts b/server/tests/api/server/handle-down.ts
index da134c09f..f8ba8bd66 100644
--- a/server/tests/api/server/handle-down.ts
+++ b/server/tests/api/server/handle-down.ts
@@ -133,7 +133,6 @@ describe('Test handle downs', function () {
133 expect(videoServer2).not.to.be.undefined 133 expect(videoServer2).not.to.be.undefined
134 134
135 await completeVideoCheck(servers[1].url, videoServer2, checkAttributes) 135 await completeVideoCheck(servers[1].url, videoServer2, checkAttributes)
136
137 }) 136 })
138 137
139 after(async function () { 138 after(async function () {