Skip to content

Commit a3937d9

Browse files
committed
fixup
1 parent 65a2d87 commit a3937d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/http2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ test('#3753 - Handle GOAWAY Gracefully', async (t) => {
16431643
await t.completed
16441644
})
16451645

1646-
test('#3803 - sending FormData bodies works', { only: true }, async (t) => {
1646+
test('#3803 - sending FormData bodies works', async (t) => {
16471647
const assert = tspl(t, { plan: 4 })
16481648

16491649
const server = createSecureServer(pem).listen(0)

0 commit comments

Comments
 (0)