Skip to content

Commit af429cb

Browse files
author
heraclmene
committed
Small typo fix
1 parent 019f80a commit af429cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_tests/alert_acceptalert_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func Test_AlertAcceptAlert_CanAcceptAnAlertCorrectly(t *testing.T) {
2424

2525
resp, err := driver.AcceptAlert()
2626
if err != nil || resp.State != "success" {
27-
t.Errorf("Error returned or dismissing an alert was not a success")
27+
t.Errorf("Error returned or accepting an alert was not a success")
2828
}
2929

3030
printObjectResult(resp)

0 commit comments

Comments
 (0)