open-consul/agent/consul/state/catalog_events_oss_test.go

8 lines
148 B
Go
Raw Normal View History

// +build !consulent
package state
func withServiceHealthEnterpriseCases(cases []serviceHealthTestCase) []serviceHealthTestCase {
return cases
}