Skip to content

Commit e9a5706

Browse files
committed
fixes a import failing for cloud provider snapshot
1 parent 96215b5 commit e9a5706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodbatlas/resource_mongodbatlas_cloud_provider_snapshot_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func TestAccResourceMongoDBAtlasCloudProviderSnapshot_importBasic(t *testing.T)
6666
ImportStateIdFunc: testAccCheckMongoDBAtlasCloudProviderSnapshotImportStateIDFunc(resourceName),
6767
ImportState: true,
6868
ImportStateVerify: true,
69-
ImportStateVerifyIgnore: []string{"retention_in_days"},
69+
ImportStateVerifyIgnore: []string{"retention_in_days", "timeout"},
7070
},
7171
},
7272
})

0 commit comments

Comments
 (0)