- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestIsSecretKeyValid (0.07 sec)
-
internal/auth/credentials_test.go
result := IsAccessKeyValid(testCase.accessKey) if result != testCase.expectedResult { t.Fatalf("test %v: expected: %v, got: %v", i+1, testCase.expectedResult, result) } } } func TestIsSecretKeyValid(t *testing.T) { testCases := []struct { secretKey string expectedResult bool }{ {alphaNumericTable[:secretKeyMinLen], true}, {alphaNumericTable[:secretKeyMinLen+1], true},
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.4K bytes - Viewed (0)