From 8ca6cf70461e45b27f54b48220a0f7c927b518a4 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Fri, 18 Oct 2019 13:05:49 -0400 Subject: [PATCH] Fix URL setter tests for gopher no longer being special Part of https://github.com/whatwg/url/issues/455. --- url/resources/setters_tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/url/resources/setters_tests.json b/url/resources/setters_tests.json index 0b4f6b67387c22..6b7d19b10164a3 100644 --- a/url/resources/setters_tests.json +++ b/url/resources/setters_tests.json @@ -122,7 +122,7 @@ "href": "gopher://example.net:1234", "new_value": "file", "expected": { - "href": "gopher://example.net:1234/", + "href": "gopher://example.net:1234", "protocol": "gopher:" } }, @@ -212,7 +212,7 @@ }, { "href": "ssh://me@example.net", - "new_value": "gopher", + "new_value": "https", "expected": { "href": "ssh://me@example.net", "protocol": "ssh:"