Skip to content

Commit

Permalink
Update acceptance/tests/sameness/sameness_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
  • Loading branch information
wilkermichael and zalimeni authored Aug 16, 2023
1 parent 5521d07 commit a7f714f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/tests/sameness/sameness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ func TestFailover_Connect(t *testing.T) {
"../fixtures/cases/sameness/static-server/dc3")

// Create static client deployments.
staticClientDefaultKustomizeDir := "../fixtures/cases/sameness/static-client/default-partition"
staticClientAP1KustomizeDir := "../fixtures/cases/sameness/static-client/ap1-partition"
staticClientKustomizeDirDefault := "../fixtures/cases/sameness/static-client/default-partition"
staticClientKustomizeDirAP1 := "../fixtures/cases/sameness/static-client/ap1-partition"

// If transparent proxy is enabled create clients without explicit upstreams
if cfg.EnableTransparentProxy {
Expand Down

0 comments on commit a7f714f

Please sign in to comment.