Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritualized committed Nov 7, 2023
1 parent 6d9355d commit 9ce62d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http2-single-headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ server.on('stream', common.mustNotCall());
server.listen(0, common.mustCall(() => {
const client = http2.connect(`http://localhost:${server.address().port}`);

for(const i of singles) {
for (const i of singles) {
assert.throws(
() => client.request({ [i]: 'abc', [i.toUpperCase()]: 'xyz' }),
{
Expand Down

0 comments on commit 9ce62d5

Please sign in to comment.