Skip to content

Commit 2ba911b

Browse files
committed
Fix more v24.5+ tests by adding new Node JA3 hash to expectations
1 parent 0a26755 commit 2ba911b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/proxying/https-proxying.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ nodeOnly(() => {
101101
// Any hash is fine, as long as it's not a super common Node.js hash:
102102
expect(ja3Hash).be.oneOf([
103103
'66bd0ddf06e1943541373fc7283c0c00', // Node <17
104-
'555d2f0593c1e23a9b59cfaa7dc0e43a' // Node 17+
104+
'555d2f0593c1e23a9b59cfaa7dc0e43a', // Node 17+
105+
'd4262504d91b8e4c9a7788df0b11c26b' // Node 24.5+
105106
]);
106107
});
107108

0 commit comments

Comments
 (0)