Skip to content

Commit 63f6e38

Browse files
committed
Fix publishToCentral Test
1 parent 1cbf415 commit 63f6e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ tape('defining the same handler throws', function(t) {
207207

208208
// publishToCentral publishes to the API
209209
tape('publishToCentral', function(t) {
210-
publishToCentral('https://cinemeta.strem.io/manifest.json')
210+
publishToCentral('https://v3-cinemeta.strem.io/manifest.json')
211211
.then(function(resp) {
212212
t.equal(resp.success, true, 'can announce')
213213
t.end()

0 commit comments

Comments
 (0)