From ca6721f81f5fa3dffb22f09877d97a7670c50610 Mon Sep 17 00:00:00 2001 From: islandryu Date: Sat, 9 Aug 2025 10:54:06 +0900 Subject: [PATCH] test: add missing hasPostData in test-inspector-emit-protocol-event --- test/parallel/test-inspector-emit-protocol-event.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/test-inspector-emit-protocol-event.js b/test/parallel/test-inspector-emit-protocol-event.js index 5a90b258cd6e1a..0c77e3f7125119 100644 --- a/test/parallel/test-inspector-emit-protocol-event.js +++ b/test/parallel/test-inspector-emit-protocol-event.js @@ -27,6 +27,7 @@ const EXPECTED_EVENTS = { url: 'https://nodejs.org/en', method: 'GET', headers: {}, + hasPostData: false, }, timestamp: 1000, wallTime: 1000,