Skip to content

Commit

Permalink
Revert "tmp: dev"
Browse files Browse the repository at this point in the history
This reverts commit b05b817.
  • Loading branch information
jooola committed Jan 22, 2025
1 parent 6b1a1de commit 7154355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/teste2e/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ var (
TestLoadBalancerType = "lb11"

// TestDataCenter is the default datacenter where we execute our tests.
TestDataCenter = getEnv("TEST_DATACENTER", "hel1-dc2")
TestDataCenter = getEnv("TEST_DATACENTER", "nbg1-dc3")

// TestLocationName is the default location where we execute our tests.
TestLocationName = getEnv("TEST_LOCATION", "hel1")
TestLocationName = getEnv("TEST_LOCATION", "nbg1")
)

func ProtoV6ProviderFactories() map[string]func() (tfprotov6.ProviderServer, error) {
Expand Down

0 comments on commit 7154355

Please sign in to comment.