Sfoglia il codice sorgente

re-add removed comment

Signed-off-by: Kaelan Patel <32113845+kaelanspatel@users.noreply.github.com>
Kaelan Patel 2 anni fa
parent
commit
4b8843c233
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {
 	for name, tc := range testCases {
 		t.Run(name, func(t *testing.T) {
 		t.Run(name, func(t *testing.T) {
-
+			// Convert to AuthorizerJSON for sanitization
 			sanitizedAuthorizer := tc.input.Sanitize()
 			sanitizedAuthorizer := tc.input.Sanitize()
 
 
 			if !tc.expected.Equals(sanitizedAuthorizer) {
 			if !tc.expected.Equals(sanitizedAuthorizer) {