Skip to content

Commit dd69e7e

Browse files
Fix test.
1 parent 56257e6 commit dd69e7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/dns_persist_01_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ func TestDNSPersist01MissingAccountURI(t *testing.T) {
361361
if prob.Type != "urn:ietf:params:acme:error:malformed" {
362362
t.Fatalf("updating challenge: expected malformed error, got %s", prob.Type)
363363
}
364-
if !strings.Contains(prob.Detail, "missing mandatory accountURI") {
365-
t.Fatalf("updating challenge: expected missing accountURI error, got %s", prob.Detail)
364+
if !strings.Contains(prob.Detail, "missing mandatory accounturi parameter") {
365+
t.Fatalf("updating challenge: expected missing accounturi error, got %s", prob.Detail)
366366
}
367367
}
368368

0 commit comments

Comments
 (0)