Skip to content

Commit a8327fe

Browse files
committed
fix nodepool invalid name
1 parent 0bb83b5 commit a8327fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/delete_mi_deploy_np_delete_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var _ = Describe("Customer", func() {
117117

118118
By("creating the node pool")
119119
nodePoolParams := framework.NewDefaultNodePoolParams()
120-
nodePoolParams.NodePoolName = "np"
120+
nodePoolParams.NodePoolName = "np1"
121121
err = tc.CreateNodePoolFromParam(ctx, *resourceGroup.Name, clusterName, nodePoolParams, 45*time.Minute)
122122
Expect(err).To(HaveOccurred())
123123

0 commit comments

Comments
 (0)