Skip to content

Commit 844bf59

Browse files
committed
test: fix http2 lint regressions in backport
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent a444e4f commit 844bf59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/http2.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,6 @@ test('#3671 - Graceful close', async (t) => {
14431443
await t.completed
14441444
})
14451445

1446-
14471446
test('#3803 - sending FormData bodies works', async (t) => {
14481447
const assert = tspl(t, { plan: 4 })
14491448

@@ -1495,4 +1494,3 @@ test('#3803 - sending FormData bodies works', async (t) => {
14951494
await body.dump()
14961495
await assert.completed
14971496
})
1498-

0 commit comments

Comments
 (0)