0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

fix tests

This commit is contained in:
Alex Kocharin 2014-03-13 19:19:02 +00:00
parent 0afd9d1bb3
commit d657e180d5
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ users:
uplinks:
express:
url: http://localhost:55550/
timeout: 100
timeout: 100ms
server2:
url: http://localhost:55552/
baduplink:

View file

@ -56,7 +56,6 @@ module.exports = function() {
function cb() {
server.request({uri:'/testexp-incomplete/-/'+type+'.tar.gz'}, function(err, res, body) {
console.log(err, body)
assert.equal(body.error, 'internal server error')
_cb()
})