We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0a91e commit 288b42dCopy full SHA for 288b42d
mongodbatlas/resource_mongodbatlas_project_test.go
@@ -223,10 +223,11 @@ func TestAccResourceMongoDBAtlasProject_importBasic(t *testing.T) {
223
),
224
},
225
{
226
- ResourceName: resourceName,
227
- ImportStateIdFunc: testAccCheckMongoDBAtlasProjectImportStateIDFunc(resourceName),
228
- ImportState: true,
229
- ImportStateVerify: true,
+ ResourceName: resourceName,
+ ImportStateIdFunc: testAccCheckMongoDBAtlasProjectImportStateIDFunc(resourceName),
+ ImportState: true,
+ ImportStateVerify: true,
230
+ ImportStateVerifyIgnore: []string{"with_default_alerts_settings"},
231
232
233
})
0 commit comments