Skip to content

Commit ce9d677

Browse files
islandryurichardlau
authored andcommitted
test: add missing hasPostData in test-inspector-emit-protocol-event
PR-URL: #59412 Reviewed-By: Luigi Pinca <[email protected]>
1 parent 61171c7 commit ce9d677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-inspector-emit-protocol-event.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const EXPECTED_EVENTS = {
2727
url: 'https://nodejs.org/en',
2828
method: 'GET',
2929
headers: {},
30+
hasPostData: false,
3031
},
3132
timestamp: 1000,
3233
wallTime: 1000,

0 commit comments

Comments
 (0)