diff --git a/internal/alerts_test.go b/internal/alerts_test.go index 75e41ceb..f34b404d 100644 --- a/internal/alerts_test.go +++ b/internal/alerts_test.go @@ -10,5 +10,5 @@ func TestAccAlertsCreateErrWhenNoArguments(t *testing.T) { t.Log(GetEnvOrSkipTest(t, "CLOUD_ENV")) _, _, err := RequireErrorRun(t, "alerts", "create") - assert.Equal(t, "provide command input in JSON format by specifying --json option", err.Error()) + assert.Equal(t, "please provide command input in JSON format by specifying the --json flag", err.Error()) }