Skip to content

Commit

Permalink
fix: corrected variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bkenez committed Jan 8, 2025
1 parent deab2c3 commit b68da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multi_region_aws_dns_chaining_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestClusterPrerequisites(t *testing.T) {
for i := range allPrimaryNamespaces {
os.Setenv("CLUSTER_0", "arn:aws:eks:"+primary.Region+":444804106854:cluster/"+primary.ClusterName)
os.Setenv("CAMUNDA_NAMESPACE_0", allPrimaryNamespaces[i])
os.Setenv("CLUSTER_1", "arn:aws:eks:"+secondary.Region+":444804106854:cluster/"+primary.ClusterName)
os.Setenv("CLUSTER_1", "arn:aws:eks:"+secondary.Region+":444804106854:cluster/"+secondary.ClusterName)
os.Setenv("CAMUNDA_NAMESPACE_1", allSecondaryNamespaces[i])
os.Setenv("KUBECONFIG", kubeConfigPrimary+":"+kubeConfigSecondary)

Expand Down

0 comments on commit b68da0a

Please sign in to comment.