Skip to content

Commit 288b42d

Browse files
authored
fix issue with project resource importer test (#601)
1 parent 5d0a91e commit 288b42d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mongodbatlas/resource_mongodbatlas_project_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,11 @@ func TestAccResourceMongoDBAtlasProject_importBasic(t *testing.T) {
223223
),
224224
},
225225
{
226-
ResourceName: resourceName,
227-
ImportStateIdFunc: testAccCheckMongoDBAtlasProjectImportStateIDFunc(resourceName),
228-
ImportState: true,
229-
ImportStateVerify: true,
226+
ResourceName: resourceName,
227+
ImportStateIdFunc: testAccCheckMongoDBAtlasProjectImportStateIDFunc(resourceName),
228+
ImportState: true,
229+
ImportStateVerify: true,
230+
ImportStateVerifyIgnore: []string{"with_default_alerts_settings"},
230231
},
231232
},
232233
})

0 commit comments

Comments
 (0)