Skip to content

Commit

Permalink
test: fix deprecated v2 test while still enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
zalimeni committed Oct 18, 2024
1 parent 48090ca commit d02e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/helper/test/test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
},
Expand Down

0 comments on commit d02e265

Please sign in to comment.