diff options
author | Chocobozzz <me@florianbigard.com> | 2020-10-30 15:09:00 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | 77e9f859c6ad75ba179dec74e5410cc651eaa49b (patch) | |
tree | ec89fe374d73d9de48cb971ad18cab7718e03223 /server/tests/api/check-params/index.ts | |
parent | d2345ce920a5f35cd17ca8d89456dd98e9f11a2c (diff) | |
download | PeerTube-77e9f859c6ad75ba179dec74e5410cc651eaa49b.tar.gz PeerTube-77e9f859c6ad75ba179dec74e5410cc651eaa49b.tar.zst PeerTube-77e9f859c6ad75ba179dec74e5410cc651eaa49b.zip |
Add check params live tests
Diffstat (limited to 'server/tests/api/check-params/index.ts')
-rw-r--r-- | server/tests/api/check-params/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/api/check-params/index.ts b/server/tests/api/check-params/index.ts index 0ee1f27aa..b5f0d07be 100644 --- a/server/tests/api/check-params/index.ts +++ b/server/tests/api/check-params/index.ts | |||
@@ -8,6 +8,7 @@ import './debug' | |||
8 | import './follows' | 8 | import './follows' |
9 | import './jobs' | 9 | import './jobs' |
10 | import './logs' | 10 | import './logs' |
11 | import './live' | ||
11 | import './plugins' | 12 | import './plugins' |
12 | import './redundancy' | 13 | import './redundancy' |
13 | import './search' | 14 | import './search' |