Commit Diff


commit - 62bf235cf08fdde3e89d389bdc78b8602069b28c
commit + f4705a64149eb5336dd9f69e1a32ebf7d886a132
blob - 0efdde60577820a6358e4b75bb865e043efa2199
blob + e59b8552a08fa84d6cba17807236200ef4c41e60
--- icinga_test.go
+++ icinga_test.go
@@ -39,7 +39,6 @@ func randomHosts(n int, suffix string) []icinga.Host {
 		h := icinga.Host{
 			Name:         randomHostname(suffix),
 			CheckCommand: "random",
-			Groups:       []string{"example"},
 			Address:      randomTestAddr(),
 		}
 		hosts = append(hosts, h)