diff --git a/base/commands/migration/status_stages_it_test.go b/base/commands/migration/status_stages_it_test.go index f9f3a45f..0efa54f1 100644 --- a/base/commands/migration/status_stages_it_test.go +++ b/base/commands/migration/status_stages_it_test.go @@ -66,7 +66,7 @@ func statusTest(t *testing.T) { defer wg.Done() Must(tcx.CLC().Execute(ctx, "status", "-o", outDir)) }() - tcx.AssertStdoutContains("Connected to the migration cluster") + tcx.AssertStdoutContains("Found migration in progress") setStatusCompleted(mID, tcx, ctx) wg.Wait() tcx.WithReset(func() {