diff --git a/statusflare/monitor.go b/statusflare/monitor.go index 4414793..65d8182 100644 --- a/statusflare/monitor.go +++ b/statusflare/monitor.go @@ -12,7 +12,7 @@ type Monitor struct { Scheme string `json:"schema"` // not sure if it's typo in API, but I'm using Scheme here Method string `json:"method"` ExpectStatus int `json:"expect_status"` - ExpectString string `json:"expect_string,omitempty"` + ExpectString string `json:"expect_string"` NotifyAfter int `json:"notify_after"` Worker string `json:"worker"` Integrations []string `json:"integrations"`