certificates/kms/uri
Shulhan 0e7257a236
kms/uri: fix test on Parse for the next Go release
The next Go release add field OmitHost to url.URL [1] which cause the
TestParse fail.
Since the CI supports two consecutive Go versions at the same times, we
copy the uri_test.go to uri_119_test.go for testing with Go 1.19.

While at it, print the got and want object using the same format
(%#v) and type (*URL) for consistency.

[1] https://go-review.googlesource.com/c/go/+/391294
2022-06-17 00:32:08 +07:00
..
testdata Add missing file. 2021-02-01 15:27:53 -08:00
uri.go Pin golangci-lint to v1.43.0 and fix issues 2021-11-13 01:30:03 +01:00
uri_119_test.go kms/uri: fix test on Parse for the next Go release 2022-06-17 00:32:08 +07:00
uri_test.go kms/uri: fix test on Parse for the next Go release 2022-06-17 00:32:08 +07:00