From 6a703298d3171f2706b27182df43bb4e6de6c1f7 Mon Sep 17 00:00:00 2001 From: kmetin Date: Mon, 6 Nov 2023 11:56:06 +0300 Subject: [PATCH] fix tests --- base/commands/migration/status_stages_it_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {