From 5fdf235ae2f74f525d733a5898bad2449cfd6491 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 23 Nov 2016 10:20:35 +0200 Subject: [PATCH] test(pack) tar: put: file: pullout string -> pullout buffer --- test/rest/pack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rest/pack.js b/test/rest/pack.js index 1c33aa02..6cd3daee 100644 --- a/test/rest/pack.js +++ b/test/rest/pack.js @@ -53,7 +53,7 @@ test('cloudcmd: rest: pack: tar: put: file', (t) => { const options = getPackOptions(port, name); put(options) - .then(warp(_pullout, 'string')) + .then(_pullout) .then(() => { const file = fs.readFileSync(__dirname + '/../' + name);