Skip to content

Commit

Permalink
alerting: tests default value for disable resolve message
Browse files Browse the repository at this point in the history
  • Loading branch information
bergquist committed Oct 17, 2018
1 parent a3137e7 commit 5566a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/services/sqlstore/alert_notification_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func TestAlertNotificationSQLAccess(t *testing.T) {
So(cmd.Result.OrgId, ShouldNotEqual, 0)
So(cmd.Result.Type, ShouldEqual, "email")
So(cmd.Result.Frequency, ShouldEqual, 10*time.Second)
So(cmd.Result.DisableResolvedMessage, ShouldBeFalse)

Convey("Cannot save Alert Notification with the same name", func() {
err = CreateAlertNotificationCommand(cmd)
Expand Down

0 comments on commit 5566a61

Please sign in to comment.