Skip to content

Commit 88f024d

Browse files
committed
chore: Lint tests
1 parent 66f7570 commit 88f024d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test-headers-http2.js

-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var request = require('../index')
55
var tape = require('tape')
66
var destroyable = require('server-destroy')
77

8-
98
var s = server.createHttp2Server()
109
destroyable(s)
1110

@@ -39,8 +38,6 @@ tape('setup', function (t) {
3938
})
4039
})
4140

42-
43-
4441
tape('undefined headers', function (t) {
4542
request({
4643
url: s.url + '/headers.json',
@@ -72,7 +69,6 @@ tape('preserve port in authority header if non-standard port', function (t) {
7269
})
7370
})
7471

75-
7672
tape('strip port in authority header if explicit standard port (:443) & protocol (HTTPS)', function (t) {
7773
request({
7874
url: 'https://localhost:443/headers.json',
@@ -84,7 +80,6 @@ tape('strip port in authority header if explicit standard port (:443) & protocol
8480
})
8581
})
8682

87-
8883
tape('strip port in authority header if implicit standard port & protocol (HTTPS)', function (t) {
8984
request({
9085
url: 'https://localhost/headers.json',

0 commit comments

Comments
 (0)