Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-23 13:37:33 -07:00
parent 071bd17f43
commit 1eba43f96f
2 changed files with 0 additions and 2 deletions

View File

@@ -354,7 +354,6 @@ func TestAuthorizer_BuildAuditLogEntry(t *testing.T) {
}
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()

View File

@@ -104,7 +104,6 @@ func TestAuthorizeRelatedErrors_Error(t *testing.T) {
}
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
if tt.err.Error() != tt.want {