We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9355d commit 9ce62d5Copy full SHA for 9ce62d5
test/parallel/test-http2-single-headers.js
@@ -27,7 +27,7 @@ server.on('stream', common.mustNotCall());
27
server.listen(0, common.mustCall(() => {
28
const client = http2.connect(`http://localhost:${server.address().port}`);
29
30
- for(const i of singles) {
+ for (const i of singles) {
31
assert.throws(
32
() => client.request({ [i]: 'abc', [i.toUpperCase()]: 'xyz' }),
33
{
0 commit comments