Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimchelly committed Feb 13, 2025
1 parent 16461ea commit 16ac3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/command/results_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ func sendTestLogsAndResults(ctx context.Context, comm client.Communicator, logge
}

if err := taskoutput.AppendTestLog(ctx, &conf.Task, redactor.RedactionOptions{
Expansions: conf.NewExpansions,
Redacted: conf.Redacted,
Expansions: conf.NewExpansions,
Redacted: conf.Redacted,
InternalRedactions: conf.InternalRedactions,
}, &log); err != nil {
// Continue on error to let the other logs get posted.
Expand Down

0 comments on commit 16ac3eb

Please sign in to comment.