summaryrefslogtreecommitdiff
path: root/test/node-report/test-api.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/node-report/test-api.js')
-rw-r--r--test/node-report/test-api.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/node-report/test-api.js b/test/node-report/test-api.js
index 9ffa66bb40..232fa1581f 100644
--- a/test/node-report/test-api.js
+++ b/test/node-report/test-api.js
@@ -22,8 +22,6 @@ if (process.argv[2] === 'child') {
const reports = helper.findReports(child.pid, tmpdir.path);
assert.strictEqual(reports.length, 1, report_msg);
const report = reports[0];
- helper.validate(report, { pid: child.pid,
- commandline: child.spawnargs.join(' ')
- });
+ helper.validate(report);
}));
}