diff options
Diffstat (limited to 'test/api/multiplePods.js')
-rw-r--r-- | test/api/multiplePods.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/api/multiplePods.js b/test/api/multiplePods.js index 3b69738f4..1edfc1ce3 100644 --- a/test/api/multiplePods.js +++ b/test/api/multiplePods.js | |||
@@ -11,7 +11,7 @@ | |||
11 | webtorrent.silent = true | 11 | webtorrent.silent = true |
12 | 12 | ||
13 | describe('Test multiple pods', function () { | 13 | describe('Test multiple pods', function () { |
14 | var path = '/api/videos' | 14 | var path = '/api/v1/videos' |
15 | var apps = [] | 15 | var apps = [] |
16 | var urls = [] | 16 | var urls = [] |
17 | var video_id = -1 | 17 | var video_id = -1 |
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | before(function (done) { | 39 | before(function (done) { |
40 | this.timeout(30000) | 40 | this.timeout(30000) |
41 | var path_friends = '/api/pods/makefriends' | 41 | var path_friends = '/api/v1/pods/makefriends' |
42 | 42 | ||
43 | utils.runMultipleServers(3, function (apps_run, urls_run) { | 43 | utils.runMultipleServers(3, function (apps_run, urls_run) { |
44 | apps = apps_run | 44 | apps = apps_run |