summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-client-parse-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-client-parse-error.js')
-rw-r--r--test/parallel/test-http-client-parse-error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-client-parse-error.js b/test/parallel/test-http-client-parse-error.js
index cb4e3ff084..305a7bc170 100644
--- a/test/parallel/test-http-client-parse-error.js
+++ b/test/parallel/test-http-client-parse-error.js
@@ -44,7 +44,7 @@ server.listen(0, common.mustCall(() => {
}).on('error', common.mustCall((e) => {
common.expectsError({
code: 'HPE_INVALID_CONSTANT',
- message: 'Parse Error'
+ message: 'Parse Error: Expected HTTP/'
})(e);
countdown.dec();
}));