Skip to content

Commit eb1a182

Browse files
committed
Fix db home test dependency
1 parent 0645c4c commit eb1a182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/database_db_home_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ var (
116116
"type": Representation{repType: Required, create: `NFS`},
117117
}
118118

119-
DbHomeResourceDependencies = BackupResourceDependencies + DefinedTagsDependencies + generateResourceFromRepresentationMap("oci_database_backup_destination", "test_backup_destination", Optional, Create, backupDestinationNFSRepresentation) +
119+
DbHomeResourceDependencies = BackupResourceDependencies + generateResourceFromRepresentationMap("oci_database_backup_destination", "test_backup_destination", Optional, Create, backupDestinationNFSRepresentation) +
120120
generateResourceFromRepresentationMap("oci_database_exadata_infrastructure", "test_exadata_infrastructure", Optional, Update,
121121
representationCopyWithNewProperties(exadataInfrastructureActivateRepresentation, map[string]interface{}{"activation_file": Representation{repType: Optional, update: activationFilePath}})) +
122122
generateResourceFromRepresentationMap("oci_database_vm_cluster_network", "test_vm_cluster_network", Optional, Update, vmClusterNetworkValidateRepresentation) +

0 commit comments

Comments
 (0)