diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-22 16:59:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 09:41:54 +0200 |
commit | 83e6519ba4ee752dc3148a16c69effbfccb13e6b (patch) | |
tree | f2d043c549c46c45556965269aec5aebbda9386d /server/tests/api/videos | |
parent | 1297eb5db651a230474670c5da1517862fb9cc3e (diff) | |
download | PeerTube-83e6519ba4ee752dc3148a16c69effbfccb13e6b.tar.gz PeerTube-83e6519ba4ee752dc3148a16c69effbfccb13e6b.tar.zst PeerTube-83e6519ba4ee752dc3148a16c69effbfccb13e6b.zip |
Refractor comment creation from federation
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/videos/index.ts b/server/tests/api/videos/index.ts index 9f1230767..bc66a7824 100644 --- a/server/tests/api/videos/index.ts +++ b/server/tests/api/videos/index.ts | |||
@@ -6,9 +6,9 @@ import './video-blacklist' | |||
6 | import './video-blacklist-management' | 6 | import './video-blacklist-management' |
7 | import './video-captions' | 7 | import './video-captions' |
8 | import './video-channels' | 8 | import './video-channels' |
9 | import './video-comme' | 9 | import './video-comments' |
10 | import './video-description' | 10 | import './video-description' |
11 | import './video-impo' | 11 | import './video-imports' |
12 | import './video-nsfw' | 12 | import './video-nsfw' |
13 | import './video-privacy' | 13 | import './video-privacy' |
14 | import './video-schedule-update' | 14 | import './video-schedule-update' |