diff --git a/tests/operations/tests/ExtractURI.mjs b/tests/operations/tests/ExtractURI.mjs index 9e08d4f06..bba741da8 100644 --- a/tests/operations/tests/ExtractURI.mjs +++ b/tests/operations/tests/ExtractURI.mjs @@ -13,11 +13,11 @@ TestRegister.addTests([ name: "Extract URI: Test", input: "http://www.example.org:9999/path?foo=bar&baz=1&baz=2#frob", expectedOutput: JSON.stringify({ - "protocol": "http:", + "hash": "#frob", "hostname": "www.example.org", - "port": "9999", "pathname": "/path", - "hash": "#frob", + "port": "9999", + "protocol": "http:", "query": { "foo": "bar", "baz": [