mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
test(pack) tar: put: file: pullout string -> pullout buffer
This commit is contained in:
parent
851728e46d
commit
5fdf235ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue