Skip to content

Commit 9569dde

Browse files
committed
test: add missing cluster name in e2e test case
Signed-off-by: Carlos Salas <[email protected]>
1 parent 7ce8568 commit 9569dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/e2e_gke_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ var _ = Describe("GKE workload cluster creation", func() {
201201

202202
Context("Creating a GKE cluster with autopilot from a cluster class", func() {
203203
It("Should create a cluster class and a cluster from it", func() {
204+
clusterName := fmt.Sprintf("%s-class", clusterNamePrefix)
204205
By("Initializes a managed control plane and managed cluster")
205206

206207
ApplyManagedClusterTemplateAndWait(ctx, ApplyManagedClusterTemplateAndWaitInput{

0 commit comments

Comments
 (0)