Skip to content

Commit

Permalink
Fix indentation and apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Jun 1, 2022
1 parent d8a6823 commit 3ce3c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/module_utils/test_rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,17 +476,17 @@ def test__get_rds_method_attribute_instance(method_name, params, expected, error
)
),
),
(
(
"copy_db_cluster_snapshot",
{
"source_db_cluster_snapshot_identifier": "test",
"db_snapshot_identifier": "test-copy"
"db_cluster_snapshot_identifier": "test-copy"
},
*expected(
rds.Boto3ClientMethod(
name="copy_db_cluster_snapshot",
waiter="db_cluster_snapshot_available",
operation_description="copy DB snapshot",
operation_description="copy DB cluster snapshot",
resource='cluster_snapshot',
retry_codes=['InvalidDBClusterSnapshotState']
)
Expand Down

0 comments on commit 3ce3c11

Please sign in to comment.