Skip to content

Commit 85ab379

Browse files
committed
Refactor tests
1 parent 04f3b88 commit 85ab379

File tree

3 files changed

+103
-241
lines changed

3 files changed

+103
-241
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ func (cfg *Config) obtainCert(ctx context.Context, name string, interactive bool
704704
}
705705
err = cfg.saveCertResource(ctx, issuerUsed, certRes)
706706
if err != nil {
707-
return fmt.Errorf("[%s] Renew: saving assets: %v", name, err)
707+
return fmt.Errorf("[%s] Obtain: saving assets: %v", name, err)
708708
}
709709

710710
log.Info("certificate obtained successfully",

0 commit comments

Comments
 (0)