Skip to content

Commit

Permalink
test: add gov migration test and enable project gov test
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed May 24, 2024
1 parent c5d7273 commit 2ba7f47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func TestMigProject_withLimits(t *testing.T) {
}

// based on bug report: https://github.com/mongodb/terraform-provider-mongodbatlas/issues/2263
func TestMigGovProject_region_usage_restrictions(t *testing.T) {
func TestMigGovProject_regionUsageRestrictionsDefault(t *testing.T) {
var (
orgID = os.Getenv("MONGODB_ATLAS_GOV_ORG_ID")
projectName = acc.RandomProjectName()
Expand Down

0 comments on commit 2ba7f47

Please sign in to comment.