Skip to content

Commit

Permalink
static check fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
vandonr-amz committed May 19, 2023
1 parent c603728 commit ed23250
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def test_create_cluster_snapshot_with_wait(self, mock_conn, mock_cluster_status)
ClusterIdentifier="test_cluster",
WaiterConfig={"Delay": 15, "MaxAttempts": 20},
)

@mock.patch.object(RedshiftHook, "cluster_status")
@mock.patch.object(RedshiftHook, "create_cluster_snapshot")
def test_create_cluster_snapshot_deferred(self, mock_create_cluster_snapshot, mock_cluster_status):
Expand Down

0 comments on commit ed23250

Please sign in to comment.