Fix up test for go1.14 change

This commit is contained in:
Bryan Boreham
2020-10-08 11:51:29 +00:00
parent b4cf268db0
commit 3d2a52f2fc
+1 -1
View File
@@ -13,7 +13,7 @@ var nonUnixSocketsTest = []struct {
}{
{"http://xyz.com", "protocol \"http\" not supported"},
{"tcp://var/unix.sock", "endpoint was not unix socket tcp"},
{"http://[fe80::%31]/", "parse http://[fe80::%31]/: invalid URL escape \"%31\""},
{"http://[fe80::%31]/", "parse \"http://[fe80::%31]/\": invalid URL escape \"%31\""},
}
func TestParseNonUnixEndpointUrl(t *testing.T) {