Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Nov 22, 2024
1 parent 65a2d87 commit a3937d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ test('#3753 - Handle GOAWAY Gracefully', async (t) => {
await t.completed
})

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

const server = createSecureServer(pem).listen(0)
Expand Down

0 comments on commit a3937d9

Please # to comment.