open-consul/agent/auto-config/auto_config_oss_test.go

12 lines
150 B
Go

// +build !consulent
package autoconf
import (
"testing"
)
func newEnterpriseConfig(t *testing.T) EnterpriseConfig {
return EnterpriseConfig{}
}