commit f4705a64149eb5336dd9f69e1a32ebf7d886a132 from: Oliver Lowe date: Fri Feb 04 03:31:47 2022 UTC icinga_test: Don't assign group for random hosts We can test hostgroup assignment in other tests if desired. 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)