summaryrefslogtreecommitdiff
path: root/test/parallel/test-url-parse-query.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-url-parse-query.js')
-rw-r--r--test/parallel/test-url-parse-query.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-url-parse-query.js b/test/parallel/test-url-parse-query.js
index 34c31d8a3c..67682d0aad 100644
--- a/test/parallel/test-url-parse-query.js
+++ b/test/parallel/test-url-parse-query.js
@@ -36,7 +36,7 @@ const parseTestsWithQueryString = {
host: 'example.com',
hostname: 'example.com',
query: createWithNoPrototype(),
- search: '',
+ search: null,
pathname: '/',
path: '/'
},
@@ -48,7 +48,7 @@ const parseTestsWithQueryString = {
port: null,
hostname: null,
hash: null,
- search: '',
+ search: null,
query: createWithNoPrototype(),
pathname: '/example',
path: '/example',