Skip to content

Commit 71776f9

Browse files
jbergstroemShigeki Ohtsu
authored and
Shigeki Ohtsu
committed
test: remove unused https imports
PR-URL: #1049 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Shigeki Ohtsu <[email protected]>
1 parent 3d5726c commit 71776f9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/parallel/test-http-url.parse-post.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
var common = require('../common');
22
var assert = require('assert');
33
var http = require('http');
4-
var https = require('https');
54
var url = require('url');
65

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

test/parallel/test-http-url.parse-search.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
var common = require('../common');
22
var assert = require('assert');
33
var http = require('http');
4-
var https = require('https');
54
var url = require('url');
65

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

0 commit comments

Comments
 (0)