Quellcode durchsuchen

re-add removed comment

Signed-off-by: Kaelan Patel <32113845+kaelanspatel@users.noreply.github.com>
Kaelan Patel vor 2 Jahren
Ursprung
Commit
4b8843c233
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pkg/cloud/aws/authorizer_test.go

+ 1 - 1
pkg/cloud/aws/authorizer_test.go

@@ -72,7 +72,7 @@ func TestAuthorizerJSON_Sanitize(t *testing.T) {
 	}
 	for name, tc := range testCases {
 		t.Run(name, func(t *testing.T) {
-
+			// Convert to AuthorizerJSON for sanitization
 			sanitizedAuthorizer := tc.input.Sanitize()
 
 			if !tc.expected.Equals(sanitizedAuthorizer) {