consul/command/connect/envoy/envoy_ce_test.go

13 lines
301 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build !consulent
package envoy
// enterpriseGenerateConfigTestCases returns enterprise-only configurations to
// test in TestGenerateConfig.
func enterpriseGenerateConfigTestCases() []generateConfigTestCase {
return nil
}