From 5ef97befdfd54c86bf1445f55242bd881f616b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Can=20Alt=C4=B1n?= Date: Sat, 16 Mar 2024 19:03:53 +0300 Subject: [PATCH] Update test/http2.js Co-authored-by: Aras Abbasi --- test/http2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/http2.js b/test/http2.js index 95834095da6..69803bc4564 100644 --- a/test/http2.js +++ b/test/http2.js @@ -1266,7 +1266,7 @@ test('The h2 pseudo-headers is not included in the headers', async t => { }) test('HTTP/2 stream closed with NGHTTP2_INTERNAL_ERROR', async (t) => { - t.plan(1) + t = tspl(t, { plan: 1 }) // Create a new client instance const server = createSecureServer(pem)