mirror of https://github.com/status-im/consul.git
17 lines
364 B
Go
17 lines
364 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
//go:build !consulent
|
|
|
|
package templatedpolicy
|
|
|
|
import "testing"
|
|
|
|
func TestFormatTemplatedPolicy(t *testing.T) {
|
|
testFormatTemplatedPolicy(t, "FormatTemplatedPolicy/ce")
|
|
}
|
|
|
|
func TestFormatTemplatedPolicyList(t *testing.T) {
|
|
testFormatTemplatedPolicyList(t, "FormatTemplatedPolicyList/ce")
|
|
}
|