diff --git a/acme/authority_test.go b/acme/authority_test.go index 21f80a06..f798053b 100644 --- a/acme/authority_test.go +++ b/acme/authority_test.go @@ -1266,7 +1266,7 @@ func TestAuthorityValidateChallenge(t *testing.T) { auth: auth, id: ch.getID(), accID: ch.getAccountID(), - err: ServerInternalErr(errors.New("error attempting challenge validation: error saving acme challenge: force")), + err: ServerInternalErr(errors.New("error saving challenge: error saving acme challenge: force")), } }, "ok": func(t *testing.T) test {