docs: fixes typo in provisioning docs (#17248)

closes #17196
This commit is contained in:
Carl Bergquist
2019-05-23 13:06:34 +02:00
committed by GitHub
parent 8e434ad163
commit c87b2c9913
3 changed files with 5 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ func TestNotificationAsConfig(t *testing.T) {
So(nt.Settings, ShouldResemble, map[string]interface{}{
"recipient": "XXX", "token": "xoxb", "uploadImage": true, "url": "https://slack.com",
})
So(nt.SendReminder, ShouldBeTrue)
So(nt.Frequency, ShouldEqual, "1h")
nt = nts[1]
So(nt.Name, ShouldEqual, "another-not-default-notification")