We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990469e commit f6d9931Copy full SHA for f6d9931
sa/sa.go
@@ -818,7 +818,7 @@ func (ssa *SQLStorageAuthority) FinalizeAuthorization(ctx context.Context, authz
818
return Rollback(tx, err)
819
}
820
if statusIsPending(authz.Status) {
821
- err = berrors.InternalServerError("authorization with ID %q is not pending", authz.ID)
+ err = berrors.InternalServerError("authorization to finalize is pending (ID %q)", authz.ID)
822
823
824
0 commit comments