Skip to content

Commit

Permalink
Transition message for duplicate ng changed
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Hehejik <[email protected]>
  • Loading branch information
thehejik committed Oct 1, 2024
1 parent fe9291e commit 5d3ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosted/eks/p1/p1_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var _ = Describe("P1Provisioning", func() {
Eventually(func() bool {
cluster, err := ctx.RancherAdminClient.Management.Cluster.ByID(cluster.ID)
Expect(err).To(BeNil())
return cluster.Transitioning == "error" && strings.Contains(cluster.TransitioningMessage, "node group names must be unique")
return cluster.Transitioning == "error" && strings.Contains(cluster.TransitioningMessage, "is not unique within the cluster")
}, "1m", "3s").Should(BeTrue())
})

Expand Down

0 comments on commit 5d3ec0d

Please sign in to comment.