Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-res
var permanentResources map[string]interface{}

// Current supported regions (NOTE: eu-es is not being used as we don't have extended trial plan quota in that region currently)
// us-south is not being used as we have been asked to not run secrets manager tests in us-south, us-east
var validRegions = []string{
"us-south",
"eu-de",
}

Expand Down