tempfork/acme: update to latest version (#15543)
Pull in https://github.com/tailscale/golang-x-crypto/pull/16 Updates #15542 Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
This commit is contained in:
@@ -549,10 +549,7 @@ func TestGetRenewalURL(t *testing.T) {
|
||||
}
|
||||
|
||||
client := newTestClientWithMockDirectory()
|
||||
urlString, err := client.getRenewalURL(parsedLeaf)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
urlString := client.getRenewalURL(parsedLeaf)
|
||||
|
||||
parsedURL, err := url.Parse(urlString)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user