diff --git a/test/e2e/canary_test.go b/test/e2e/canary_test.go index be112dd1f1..caf16add5c 100644 --- a/test/e2e/canary_test.go +++ b/test/e2e/canary_test.go @@ -542,7 +542,7 @@ func (s *CanarySuite) TestCanaryWithPausedRollout() { WaitForRolloutStatus("Paused"). Then(). // Expect that the canary service selector has been moved back to stable - ExpectServiceSelector("canary-next-canary", map[string]string{"app": "canary-next", "rollouts-pod-template-hash": "66597877b7"}, false). + ExpectServiceSelector("rollout-canary-with-pause-canary", map[string]string{"app": "rollout-canary-with-pause", "rollouts-pod-template-hash": "66597877b7"}, false). When(). Sleep(3*time.Second). Then().