Skip to content

Commit 0a9b9b6

Browse files
committed
fix lint
1 parent e2d37ba commit 0a9b9b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/cli/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ describe('cli', function () {
215215
})
216216

217217
it('should not set Content-Encoding to gzip', function (done) {
218-
var origin = 'http://example.com'
219-
220218
request.get('/posts')
221219
.expect(200)
222220
.end(function (err, res) {

0 commit comments

Comments
 (0)