mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
fix tests
This commit is contained in:
parent
0afd9d1bb3
commit
d657e180d5
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ users:
|
|||
uplinks:
|
||||
express:
|
||||
url: http://localhost:55550/
|
||||
timeout: 100
|
||||
timeout: 100ms
|
||||
server2:
|
||||
url: http://localhost:55552/
|
||||
baduplink:
|
||||
|
|
|
@ -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()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue