Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
  • Loading branch information
testwill committed Feb 27, 2024
1 parent 8dadbe7 commit d8fdb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/authn/kubernetes/keychain_test.go
Expand Up @@ -228,7 +228,7 @@ func TestSecretAttachedServiceAccount(t *testing.T) {

}

// Prioritze picking the first secret
// Prioritize picking the first secret
func TestSecretPriority(t *testing.T) {
secrets := []corev1.Secret{
*dockerCfgSecretType.Create(t, "ns", "secret", "fake.registry.io", authn.AuthConfig{
Expand Down

0 comments on commit d8fdb04

Please sign in to comment.