Skip to content

Commit 6e3881a

Browse files
authored
chore: update test/parallel/test-inspector-network-http.js
1 parent 7f257d1 commit 6e3881a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-inspector-network-http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function verifyResponseReceived({ method, params }, expect) {
148148
assert.strictEqual(params.response.headers['set-cookie'], expect.responseHeaders['set-cookie'],);
149149
}
150150
if (expect.responseHeaders?.['x-header2']) {
151-
assert.strictEqual(params.response.headers['x-header2'], expect.responseHeaders.xHeader2);
151+
assert.strictEqual(params.response.headers['x-header2'], expect.responseHeaders['x-header2']);
152152
}
153153
assert.strictEqual(params.response.mimeType, expect.mimeType);
154154
assert.strictEqual(params.response.charset, expect.charset);

0 commit comments

Comments
 (0)