Skip to content

Commit

Permalink
Update unit test for disableDefaultAddons
Browse files Browse the repository at this point in the history
  • Loading branch information
anefedov-align committed Jan 29, 2025
1 parent a41adc9 commit 7dbf08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ctl/cmdutils/configfile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ var _ = Describe("cmdutils configfile", func() {
}).Load()
if e.expectErr {
Expect(err).To(MatchError("fields nodeGroups, managedNodeGroups, fargateProfiles, karpenter, gitops, iam.serviceAccounts, " +
"and iam.podIdentityAssociations are not supported during cluster creation in a cluster without VPC CNI; please remove these fields " +
"and add them back after cluster creation is successful"))
"and iam.podIdentityAssociations are not supported during cluster creation in a cluster without VPC CNI if Auto Mode is disabled; " +
"please remove these fields and add them back after cluster creation is successful"))
} else {
Expect(err).NotTo(HaveOccurred())
}
Expand Down

0 comments on commit 7dbf08e

Please sign in to comment.