Skip to content
Prev Previous commit
Next Next commit
test: fix http header to set-cookie and x-header2
  • Loading branch information
GrinZero committed May 1, 2026
commit 7a9d6f0861b5584f3ad6ee3725109bf2752e5e8b
4 changes: 2 additions & 2 deletions test/parallel/test-inspector-network-http.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const kDelta = 200;
const kDefaultResponseHeaders = {
server: 'node',
etag: '12345',
setCookie: 'key1=value1\nkey2=value2',
xHeader2: 'value1, value2',
'set-cookie': 'key1=value1\nkey2=value2',
'x-header2': 'value1, value2',
};

function getDefaultResponseExpect(url) {
Expand Down