Skip to content

Commit

Permalink
test(last-release): adapt registry-mock to how the registry actually …
Browse files Browse the repository at this point in the history
…behaves
  • Loading branch information
boennemann committed Jul 30, 2015
1 parent 76d9e3d commit 05490fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocks/registry.js
Expand Up @@ -22,7 +22,7 @@ module.exports = nock('http://registry.npmjs.org')
.reply(200, availableModule)
.get('/untagged')
.reply(200, availableModule)
.get('/@scoped/available')
.get('/@scoped%2Favailable')
.reply(200, availableModule)
.get('/unavailable')
.reply(404, {})

0 comments on commit 05490fe

Please sign in to comment.