Skip to content

Commit

Permalink
Update alerts command integration test (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Jun 22, 2023
1 parent 5ed100e commit 5c23c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/alerts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}

0 comments on commit 5c23c43

Please sign in to comment.