Skip to content

Commit b0ec50b

Browse files
committed
Exempted - Fixing Heatwave test
1 parent 5cd77a6 commit b0ec50b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/integrationtest/helpers_mysql_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func createBackupInRegion(clients *tf_client.OracleClients, region string, dbSys
127127
createMysqlBackupResponse, err := dbBackupsClient.CreateBackup(context.Background(), oci_mysql.CreateBackupRequest{
128128
CreateBackupDetails: oci_mysql.CreateBackupDetails{
129129
DbSystemId: dbSystemId,
130-
SoftDelete: oci_mysql.SoftDeleteDisabled,
131130
},
132131
})
133132
if err != nil {

0 commit comments

Comments
 (0)