Skip to content

Commit 68d4087

Browse files
committed
test: fix deprecated v2 test while still enabled
1 parent b79adc9 commit 68d4087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control-plane/helper/test/test_util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func SetupK8sAuthMethodWithNamespaces(t *testing.T, consulClient *api.Client, se
282282
Description: "Kubernetes binding rule",
283283
AuthMethod: AuthMethod,
284284
BindType: api.BindingRuleBindTypeTemplatedPolicy,
285-
BindName: "", //api.ACLTemplatedPolicyWorkloadIdentityName, TODO: remove w/ v2 code
285+
BindName: "builtin/workload-identity", // TODO: remove w/ v2 code
286286
BindVars: &api.ACLTemplatedPolicyVariables{
287287
Name: "${serviceaccount.name}",
288288
},

0 commit comments

Comments
 (0)