acme/authority: Fix error message in test

The error message was updated. Make the test should reflect the new
changes.
This commit is contained in:
David Cowden 2020-05-13 07:31:21 -07:00
parent 609e1312da
commit b061d0af34

View file

@ -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 {