diff --git a/test/basic.js b/test/basic.js index d14eb70..df3bca9 100755 --- a/test/basic.js +++ b/test/basic.js @@ -207,7 +207,7 @@ tape('defining the same handler throws', function(t) { // publishToCentral publishes to the API tape('publishToCentral', function(t) { - publishToCentral('https://cinemeta.strem.io/manifest.json') + publishToCentral('https://v3-cinemeta.strem.io/manifest.json') .then(function(resp) { t.equal(resp.success, true, 'can announce') t.end()