Skip to content

Commit 1869f6f

Browse files
committed
Fix typo in service account config test.
1 parent 5290c24 commit 1869f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controlplane/apiserver/options/validation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func TestValidateOptions(t *testing.T) {
237237
}
238238
}
239239

240-
func TestValidateServcieAccountTokenSigningConfig(t *testing.T) {
240+
func TestValidateServiceAccountTokenSigningConfig(t *testing.T) {
241241
tests := []struct {
242242
name string
243243
featureEnabled bool

0 commit comments

Comments
 (0)