diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-05-01 19:04:29 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-05-01 19:04:29 +0200 |
commit | 843aa7ba0312e7180e7bbae147e32ee60e70d9ba (patch) | |
tree | df5533a9dda312877b8b3a6992b81c75044c094e /server/tests/api/video-abuse.js | |
parent | 3eeeb87fe62fab3e48455f53c8a725b49878b9b3 (diff) | |
download | PeerTube-843aa7ba0312e7180e7bbae147e32ee60e70d9ba.tar.gz PeerTube-843aa7ba0312e7180e7bbae147e32ee60e70d9ba.tar.zst PeerTube-843aa7ba0312e7180e7bbae147e32ee60e70d9ba.zip |
Server: add tests for video blacklists
Diffstat (limited to 'server/tests/api/video-abuse.js')
-rw-r--r-- | server/tests/api/video-abuse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/video-abuse.js b/server/tests/api/video-abuse.js index 7db067585..1f64ec861 100644 --- a/server/tests/api/video-abuse.js +++ b/server/tests/api/video-abuse.js | |||
@@ -38,7 +38,7 @@ describe('Test video abuses', function () { | |||
38 | }) | 38 | }) |
39 | }, next) | 39 | }, next) |
40 | }, | 40 | }, |
41 | // Pod 1 make friends too | 41 | // Pod 1 makes friend with pod 2 |
42 | function (next) { | 42 | function (next) { |
43 | const server = servers[0] | 43 | const server = servers[0] |
44 | podsUtils.makeFriends(server.url, server.accessToken, next) | 44 | podsUtils.makeFriends(server.url, server.accessToken, next) |