We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publishToCentral
1 parent 1cbf415 commit 63f6e38Copy full SHA for 63f6e38
test/basic.js
@@ -207,7 +207,7 @@ tape('defining the same handler throws', function(t) {
207
208
// publishToCentral publishes to the API
209
tape('publishToCentral', function(t) {
210
- publishToCentral('https://cinemeta.strem.io/manifest.json')
+ publishToCentral('https://v3-cinemeta.strem.io/manifest.json')
211
.then(function(resp) {
212
t.equal(resp.success, true, 'can announce')
213
t.end()
0 commit comments