Skip to content

Commit f1ee8c3

Browse files
joshfrenchdamdo
andauthored
Update controlplane/eks/api/v1beta2/awsmanagedcontrolplane_webhook_test.go
Co-authored-by: Damiano Donati <[email protected]>
1 parent 17aebd7 commit f1ee8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controlplane/eks/api/v1beta2/awsmanagedcontrolplane_webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ func TestWebhookCreate(t *testing.T) {
338338
eksClusterName: "default_cluster1",
339339
eksVersion: "v1.19",
340340
expectError: true,
341-
expectErrorToContain: "bootstrapClusterCreatorAdminPermissions must be true if cluster authentication mode is set to CONFIG_MAP",
341+
expectErrorToContain: "bootstrapClusterCreatorAdminPermissions must be true if cluster authentication mode is set to config_map",
342342
accessConfig: &AccessConfig{
343343
AuthenticationMode: EKSAuthenticationModeConfigMap,
344344
BootstrapClusterCreatorAdminPermissions: ptr.To(false),

0 commit comments

Comments
 (0)