Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
leohemsted committed Oct 1, 2024
1 parent 1034637 commit dd6210a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/clients/test_aws_ses.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_send_email_does_not_raise_AwsSesClientThrottlingSendRateException_if_no
)


def test_send_email_raises_other_errs_as_AwsSesClientException(mocker):
def test_send_email_raises_other_errs_as_AwsSesClientException(mocker, notify_api):
boto_mock = mocker.patch.object(aws_ses_client, "_client", create=True)
mocker.patch.object(aws_ses_client, "statsd_client", create=True)
error_response = {
Expand Down

0 comments on commit dd6210a

Please sign in to comment.