We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13253a3 commit 9e82ee9Copy full SHA for 9e82ee9
test/parallel/test-http2-respond-file-304.js
@@ -33,7 +33,7 @@ server.listen(0, () => {
33
34
req.on('response', common.mustCall((headers) => {
35
assert.strictEqual(headers[HTTP2_HEADER_STATUS], 304);
36
- assert.strictEqual(headers[HTTP2_HEADER_CONTENT_TYPE, undefined]);
+ assert.strictEqual(headers[HTTP2_HEADER_CONTENT_TYPE], undefined);
37
}));
38
39
req.on('data', common.mustNotCall());
0 commit comments