2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-20 09:28:34 +00:00
2023-10-10 10:58:06 -04:00

19 lines
370 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build !consulent
package peering_test
import (
"testing"
"github.com/hashicorp/consul/agent/consul"
"github.com/hashicorp/go-hclog"
)
func newDefaultDepsEnterprise(t *testing.T, logger hclog.Logger, c *consul.Config) consul.EnterpriseDeps {
t.Helper()
return consul.EnterpriseDeps{}
}