tech(alerting): renames pause all method

This commit is contained in:
bergquist
2016-12-19 15:17:49 +01:00
parent ecdf1888c4
commit a2257ec3d0
5 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func TestAlertingDataAccess(t *testing.T) {
Paused: true,
}
err = PauseAllAlertRule(cmd)
err = PauseAllAlerts(cmd)
So(err, ShouldBeNil)
Convey("cannot updated paused alert", func() {