Skip to content

Commit

Permalink
PMM-13315 Remove another print.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Oct 2, 2024
1 parent eac0660 commit ac7ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-tests/server/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,6 @@ func sanitizeSAName(name string) string {
}

res := fmt.Sprintf("%s%x", name[:153], md5.Sum([]byte(name[153:]))) //nolint:gosec
fmt.Println(res)

return res
}

0 comments on commit ac7ea22

Please sign in to comment.