فهرست منبع

re-add removed comment

Signed-off-by: Kaelan Patel <32113845+kaelanspatel@users.noreply.github.com>
Kaelan Patel 2 سال پیش
والد
کامیت
4b8843c233
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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) {