aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-17 10:43:34 +0200
committerChocobozzz <me@florianbigard.com>2021-06-17 10:43:34 +0200
commit29b7426c671c91b8567b038df30b9ae909ee838a (patch)
treedf0b8473eee01e60326f824b49307dbbe039f8a2 /server/tests/plugins
parent609a444202b4cf97f962ed596aac4d0d7b7f63fe (diff)
downloadPeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.tar.gz
PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.tar.zst
PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.zip
Speedup CI
Diffstat (limited to 'server/tests/plugins')
-rw-r--r--server/tests/plugins/html-injection.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/html-injection.ts b/server/tests/plugins/html-injection.ts
index 293c1df21..4fa8caa3a 100644
--- a/server/tests/plugins/html-injection.ts
+++ b/server/tests/plugins/html-injection.ts
@@ -15,7 +15,7 @@ import {
15 15
16const expect = chai.expect 16const expect = chai.expect
17 17
18describe('Test plugins HTML inection', function () { 18describe('Test plugins HTML injection', function () {
19 let server: ServerInfo = null 19 let server: ServerInfo = null
20 20
21 before(async function () { 21 before(async function () {