◐ Shell
clean mode source ↗

test: add missing hasPostData in test-inspector-emit-protocol-event · nodejs/node@3780911

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 3780911

islandryutargos

authored and

committed

test: add missing hasPostData in test-inspector-emit-protocol-event

PR-URL: #59412 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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