d0b37f18f0
in MatchesKey also tests for MatchesKey Co-Authored-By: Kyle Havlovitz <kylehav@gmail.com>
8 lines
148 B
Go
8 lines
148 B
Go
// +build !consulent
|
|
|
|
package state
|
|
|
|
func withServiceHealthEnterpriseCases(cases []serviceHealthTestCase) []serviceHealthTestCase {
|
|
return cases
|
|
}
|