We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019f80a commit af429cbCopy full SHA for af429cb
test/integration_tests/alert_acceptalert_test.go
@@ -24,7 +24,7 @@ func Test_AlertAcceptAlert_CanAcceptAnAlertCorrectly(t *testing.T) {
24
25
resp, err := driver.AcceptAlert()
26
if err != nil || resp.State != "success" {
27
- t.Errorf("Error returned or dismissing an alert was not a success")
+ t.Errorf("Error returned or accepting an alert was not a success")
28
}
29
30
printObjectResult(resp)
0 commit comments