Fixed pagerduty tests

This commit is contained in:
utkarshcmu
2016-11-02 13:55:39 -07:00
parent 638d3bcb42
commit 4b53ea0a56

View File

@@ -47,7 +47,7 @@ func TestPagerdutyNotifier(t *testing.T) {
So(pagerdutyNotifier.Name, ShouldEqual, "pagerduty_testing")
So(pagerdutyNotifier.Type, ShouldEqual, "pagerduty")
So(pagerdutyNotifier.Key, ShouldEqual, "abcdefgh0123456789")
So(pagerdutyNotifier.AlertOnExecError, ShouldContain, true)
So(pagerdutyNotifier.AlertOnExecError, ShouldEqual, true)
})
})