diff --git a/tests/e2e/namespace-scoped/namespace_scoped_rollouts_test.go b/tests/e2e/namespace-scoped/namespace_scoped_rollouts_test.go index 7822363..ee36560 100644 --- a/tests/e2e/namespace-scoped/namespace_scoped_rollouts_test.go +++ b/tests/e2e/namespace-scoped/namespace_scoped_rollouts_test.go @@ -209,8 +209,9 @@ var _ = Describe("Namespace-scoped RolloutManager tests", func() { Consistently(func() bool { - res, err := rolloutFixture.HasEmptyStatus(ctx, utils.RolloutsName, nsName1) + res, err := rolloutFixture.HasEmptyStatus(ctx, utils.RolloutsName, nsName2) if err != nil { + fmt.Println(err) return false } return res