diff options
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) |