Skip to content

Commit

Permalink
test: remove unused https imports
Browse files Browse the repository at this point in the history
PR-URL: #1049
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
  • Loading branch information
jbergstroem authored and Shigeki Ohtsu committed Mar 5, 2015
1 parent 3d5726c commit 71776f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/parallel/test-http-url.parse-post.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var common = require('../common');
var assert = require('assert');
var http = require('http');
var https = require('https');
var url = require('url');

var testURL = url.parse('http://localhost:' + common.PORT + '/asdf?qwer=zxcv');
Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-http-url.parse-search.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var common = require('../common');
var assert = require('assert');
var http = require('http');
var https = require('https');
var url = require('url');

var testURL = url.parse('http://localhost:' + common.PORT + '/asdf?qwer=zxcv');
Expand Down

0 comments on commit 71776f9

Please sign in to comment.