diff --git a/base/commands/migration/status_stages_it_test.go b/base/commands/migration/status_stages_it_test.go index 38f1aae5..f2375d6e 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("Found migration in progress") + tcx.AssertStdoutContains("Found migration/estimation in progress") setStatusCompleted(mID, tcx, ctx) wg.Wait() tcx.WithReset(func() {