Skip to content

Commit

Permalink
Update test/http2.js
Browse files Browse the repository at this point in the history
Co-authored-by: Aras Abbasi <[email protected]>
  • Loading branch information
mertcanaltin and Uzlopak authored Mar 16, 2024
1 parent 58495ba commit 5ef97be
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 @@ -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)
Expand Down

0 comments on commit 5ef97be

Please sign in to comment.