Skip to content

Commit 9ae3191

Browse files
authored
Merge pull request #33 from nmollerup/update_testing
Add comprehensive test coverage for MetricGroup.Output and executeCheck
2 parents e0613a4 + f03ed28 commit 9ae3191

2 files changed

Lines changed: 452 additions & 1 deletion

File tree

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ func checkArgs(event *types.Event) (int, error) {
230230
return sensu.CheckStateCritical, fmt.Errorf("--warning value can not be greater than or equal to --critical value")
231231
}
232232
for _, tagString := range plugin.ExtraTags {
233-
fmt.Println(tagString)
234233
parts := strings.Split(tagString, `=`)
235234
if len(parts) == 2 {
236235
extraTags[parts[0]] = parts[1]

0 commit comments

Comments
 (0)