Skip to content

Commit

Permalink
Fix sync partitions acceptance test (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava authored Nov 4, 2022
1 parent c7d9462 commit cbdbc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/tests/partitions/partitions_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func TestPartitions_Sync(t *testing.T) {
k8s.CopySecret(t, primaryClusterContext, secondaryClusterContext, partitionToken)
}

partitionServiceName := fmt.Sprintf("%s-consul-partition", releaseName)
partitionServiceName := fmt.Sprintf("%s-consul-expose-servers", releaseName)
partitionSvcAddress := k8s.ServiceHost(t, cfg, primaryClusterContext, partitionServiceName)

k8sAuthMethodHost := k8s.KubernetesAPIServerHost(t, cfg, secondaryClusterContext)
Expand Down

0 comments on commit cbdbc95

Please sign in to comment.