Skip to content

Commit 3780911

Browse files
islandryutargos
authored andcommitted
test: add missing hasPostData in test-inspector-emit-protocol-event
PR-URL: #59412 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c022c1f commit 3780911

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)