From a3937d9520ad19caeca24468ef026b14f1187a2f Mon Sep 17 00:00:00 2001 From: Khafra Date: Thu, 21 Nov 2024 21:56:30 -0500 Subject: [PATCH] fixup --- test/http2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/http2.js b/test/http2.js index a0d88cd9b49..8423fbb0c6f 100644 --- a/test/http2.js +++ b/test/http2.js @@ -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)