diff --git a/test/e2e/azure_test.go b/test/e2e/azure_test.go index 41c10824bb3..18bc2a4e043 100644 --- a/test/e2e/azure_test.go +++ b/test/e2e/azure_test.go @@ -483,7 +483,7 @@ var _ = Describe("Workload cluster creation", func() { }, WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"), WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"), - WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"), + WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"), ControlPlaneWaiters: clusterctl.ControlPlaneWaiters{ WaitForControlPlaneInitialized: EnsureControlPlaneInitialized, },