diff --git a/cmd/integration_test.go b/cmd/integration_test.go index 8ffc0ddf69a..42fc5a9a9cd 100644 --- a/cmd/integration_test.go +++ b/cmd/integration_test.go @@ -700,7 +700,7 @@ func asyncWaitForStdoutAndRun( ts.outMutex.Unlock() t.Log(stdOut) require.FailNow( - t, "did not find the text '%s' in the process stdout after %d attempts (%s)", + t, "expected output not found", "did not find the text '%s' in the process stdout after %d attempts (%s)", expText, attempts, time.Duration(attempts)*interval, ) }()