aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/test/fetch-503.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/test/fetch-503.js')
-rw-r--r--deps/npm/node_modules/npm-registry-client/test/fetch-503.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/test/fetch-503.js b/deps/npm/node_modules/npm-registry-client/test/fetch-503.js
index 04f5901e8c..6dff115582 100644
--- a/deps/npm/node_modules/npm-registry-client/test/fetch-503.js
+++ b/deps/npm/node_modules/npm-registry-client/test/fetch-503.js
@@ -40,6 +40,7 @@ tap.test('fetch with retry on server error', function (t) {
var sink = cat(function (data) {
t.deepEqual(data, readFileSync(tgz))
+ server.close()
t.end()
})