We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56257e6 commit dd69e7eCopy full SHA for dd69e7e
1 file changed
test/integration/dns_persist_01_test.go
@@ -361,8 +361,8 @@ func TestDNSPersist01MissingAccountURI(t *testing.T) {
361
if prob.Type != "urn:ietf:params:acme:error:malformed" {
362
t.Fatalf("updating challenge: expected malformed error, got %s", prob.Type)
363
}
364
- if !strings.Contains(prob.Detail, "missing mandatory accountURI") {
365
- t.Fatalf("updating challenge: expected missing accountURI error, got %s", prob.Detail)
+ if !strings.Contains(prob.Detail, "missing mandatory accounturi parameter") {
+ t.Fatalf("updating challenge: expected missing accounturi error, got %s", prob.Detail)
366
367
368
0 commit comments