Skip to content

Commit

Permalink
Update the name of HPA in integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Sina Siadat <[email protected]>
  • Loading branch information
siadat committed Oct 4, 2024
1 parent e5a3b59 commit 18d0f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/vitesscluster/vitesscluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func verifyBasicVitessCluster(f *framework.Fixture, ns, cluster string) {
verifyBasicVitessCell(f, ns, cluster, "cell1")
verifyBasicVitessCell(f, ns, cluster, "cell2")
verifyBasicVitessCell(f, ns, cluster, "cell3")
f.MustGet(ns, names.JoinWithConstraints(names.DefaultConstraints, cluster, "cell3", "vtgate"), &autoscalingv2.HorizontalPodAutoscaler{})
f.MustGet(ns, names.JoinWithConstraints(names.DefaultConstraints, cluster, "cell3"), &autoscalingv2.HorizontalPodAutoscaler{})

// VitessCluster creates VitessKeyspaces.
verifyBasicVitessKeyspace(f, ns, cluster, "keyspace1")
Expand Down

0 comments on commit 18d0f0d

Please sign in to comment.