forked from TrueCloudLab/certificates
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:
parent
609e1312da
commit
b061d0af34
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue