Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hankehly committed Sep 5, 2022
1 parent 26f1f4e commit ea4977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/providers/amazon/aws/sensors/test_rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _create_db_cluster(hook: RdsHook):


def _create_db_cluster_snapshot(hook: RdsHook):
_create_db_cluster()
_create_db_cluster(hook)
hook.conn.create_db_cluster_snapshot(
DBClusterIdentifier=DB_CLUSTER_NAME,
DBClusterSnapshotIdentifier=DB_CLUSTER_SNAPSHOT,
Expand Down

0 comments on commit ea4977d

Please sign in to comment.