From d02e265f2862048004e9b9ebfc3976277fa70ae7 Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Thu, 17 Oct 2024 22:56:20 -0400 Subject: [PATCH] test: fix deprecated v2 test while still enabled --- control-plane/helper/test/test_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-plane/helper/test/test_util.go b/control-plane/helper/test/test_util.go index 60e90825a6..df51927e4c 100644 --- a/control-plane/helper/test/test_util.go +++ b/control-plane/helper/test/test_util.go @@ -294,7 +294,7 @@ func SetupK8sAuthMethodWithNamespaces(t *testing.T, consulClient *api.Client, se Description: "Kubernetes binding rule", AuthMethod: AuthMethod, BindType: api.BindingRuleBindTypeTemplatedPolicy, - BindName: "", //api.ACLTemplatedPolicyWorkloadIdentityName, TODO: remove w/ v2 code + BindName: api.ACLTemplatedPolicyWorkloadIdentityName, BindVars: &api.ACLTemplatedPolicyVariables{ Name: "${serviceaccount.name}", },