Skip to content

Commit

Permalink
Fix publishToCentral Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Dec 22, 2022
1 parent 1cbf415 commit 63f6e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 63f6e38

Please sign in to comment.