open-consul/agent/consul/enterprise_server_oss_test.go

16 lines
250 B
Go
Raw Normal View History

//go:build !consulent
// +build !consulent
package consul
import (
"testing"
hclog "github.com/hashicorp/go-hclog"
)
func newDefaultDepsEnterprise(t *testing.T, _ hclog.Logger, _ *Config) EnterpriseDeps {
t.Helper()
return EnterpriseDeps{}
}