Skip to content

Commit 1be6e4d

Browse files
committed
Fix unit test
1 parent 68ed74d commit 1be6e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cron/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func evaluateJob(ctx context.Context, logger *logrus.Logger, store *Store, job J
131131
machine.ID,
132132
schedule.CommandTimeout)
133133

134-
log.Warnf(err)
134+
log.Warn(err)
135135

136136
if err := client.MachineDestroy(ctx, machine); err != nil {
137137
return fmt.Errorf("failed to destroy machine %s: %w", machine.ID, err)

0 commit comments

Comments
 (0)