Skip to content

Commit 8537bcd

Browse files
committed
chore: adding nil checkdestroy to satisfy build
1 parent 169f545 commit 8537bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provider/rediscloud_active_active_database_enable_default_user_import_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func TestAccResourceRedisCloudActiveActiveDatabase_enableDefaultUserImport(t *te
5050
resource.Test(t, resource.TestCase{
5151
PreCheck: func() { testAccPreCheck(t); testAccAwsPreExistingCloudAccountPreCheck(t) },
5252
ProviderFactories: providerFactories,
53+
CheckDestroy: nil, // No destroy - this test imports and modifies an existing database
5354
Steps: []resource.TestStep{
5455
// Step 1: Import existing database with full config
5556
{

0 commit comments

Comments
 (0)