Skip to content

Commit 017f77e

Browse files
committed
Fix Printf, test import
1 parent 7a952f6 commit 017f77e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

internal/service/rds/instance_test.go

+3-4
Original file line numberDiff line numberDiff line change
@@ -4887,11 +4887,12 @@ func TestAccRDSInstance_BlueGreenDeployment_updateAndPromoteReplica(t *testing.T
48874887
ImportStateVerify: true,
48884888
ImportStateVerifyIgnore: []string{
48894889
"apply_immediately",
4890+
"blue_green_update",
4891+
"delete_automated_backups",
48904892
"final_snapshot_identifier",
4893+
"latest_restorable_time",
48914894
"password",
48924895
"skip_final_snapshot",
4893-
"delete_automated_backups",
4894-
"blue_green_update",
48954896
},
48964897
},
48974898
},
@@ -5656,8 +5657,6 @@ func testAccCheckInstanceExists(ctx context.Context, n string, v *rds.DBInstance
56565657
return fmt.Errorf("Not found: %s", n)
56575658
}
56585659

5659-
fmt.Printf("identifier: %s, id: %s\n", rs.Primary.Attributes["identifier"], rs.Primary.ID)
5660-
56615660
if rs.Primary.Attributes["identifier"] == "" {
56625661
return fmt.Errorf("No RDS DB Instance ID is set")
56635662
}

0 commit comments

Comments
 (0)