Skip to content

Commit 435b3ba

Browse files
committed
added forever: true to unit test
1 parent 9446e60 commit 435b3ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/common/test/util.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ describe('common/util', function() {
9696
assert.deepEqual(REQUEST_DEFAULT_CONF, {
9797
timeout: 60000,
9898
gzip: true,
99+
forever: true,
99100
pool: {
100101
maxSockets: Infinity
101102
}

0 commit comments

Comments
 (0)