From b061d0af34a88a23544cb4825878543eb8917d0b Mon Sep 17 00:00:00 2001 From: David Cowden Date: Wed, 13 May 2020 07:31:21 -0700 Subject: [PATCH] acme/authority: Fix error message in test The error message was updated. Make the test should reflect the new changes. --- acme/authority_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {