Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Feb 3, 2025
1 parent 6cee4cf commit 7dd56fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/redactionprocessor/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func TestRedactSummaryDebug(t *testing.T) {
// of any attributes it deleted to the new redaction.redacted.count span
// attribute (but not to redaction.redacted.keys) when set to the info level
// of output
func TestRedactSummaryInfo(t *testing.T) { //tu
func TestRedactSummaryInfo(t *testing.T) {
config := &Config{
AllowedKeys: []string{"id", "name", "group", "email"},
BlockedValues: []string{"4[0-9]{12}(?:[0-9]{3})?"},
Expand Down

0 comments on commit 7dd56fa

Please sign in to comment.