1// +build !consulent
2
3package autoconf
4
5import (
6	"testing"
7)
8
9func newEnterpriseConfig(t *testing.T) EnterpriseConfig {
10	return EnterpriseConfig{}
11}
12