Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
[skip ci] Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Petri Autero committed Jun 11, 2019
1 parent 4ac7ca7 commit 8fe01e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/network_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ func GetResourceNameFromSelfLink(link string) string {

func getRandomRegion(t *testing.T, projectID string) string {
approvedRegions := []string{"europe-north1", "europe-west1", "europe-west2", "europe-west3", "us-central1", "us-east1", "us-west1"}
//approvedRegions := []string{"europe-north1"}
return gcp.GetRandomRegion(t, projectID, approvedRegions, []string{})
}

0 comments on commit 8fe01e5

Please sign in to comment.