aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-internal-errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-internal-errors.js')
-rw-r--r--test/parallel/test-internal-errors.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/parallel/test-internal-errors.js b/test/parallel/test-internal-errors.js
index cd2028c0f2..f3ca3c99ac 100644
--- a/test/parallel/test-internal-errors.js
+++ b/test/parallel/test-internal-errors.js
@@ -149,11 +149,6 @@ assert.strictEqual(
);
assert.strictEqual(
- errors.message('ERR_INVALID_DOMAIN_NAME'),
- 'Unable to determine the domain name'
-);
-
-assert.strictEqual(
errors.message('ERR_INVALID_HTTP_TOKEN', ['Method', 'foo']),
'Method must be a valid HTTP token ["foo"]'
);