Skip to content

Commit

Permalink
Update test/e2e/clusterclass_changes.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Büringer <[email protected]>
  • Loading branch information
Danil-Grigorev and sbueringer authored Feb 4, 2025
1 parent 31c2d83 commit 567f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/clusterclass_changes.go
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ func rebaseClusterClassAndWait(ctx context.Context, input rebaseClusterClassAndW
scaling, err := contract.ControlPlane().IsScaling(controlPlane)
g.Expect(err).ToNot(HaveOccurred())
g.Expect(scaling).To(BeFalse())
}, input.WaitForControlPlaneIntervals...).Should(BeNil())
}, input.WaitForControlPlaneIntervals...).Should(Succeed())
} else {
Consistently(func(g Gomega) {
// Verify that the ControlPlane has not been changed.
Expand Down

0 comments on commit 567f25d

Please sign in to comment.