@@ -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()
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user