Skip to content

Commit

Permalink
delete TODO because I did it
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed May 13, 2024
1 parent 82f0726 commit 54d5b40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/app/clients/test_aws_pinpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,3 @@ def test_send_sms_returns_raises_error_if_there_is_no_valid_number_is_found(noti
aws_pinpoint_client.send_sms(to, content, reference)

assert "No valid numbers found for SMS delivery" in str(excinfo.value)


# TODO: make sure fixed long code sends and sends to us numbers go through old SNS flow.
# That's not tested here.

0 comments on commit 54d5b40

Please sign in to comment.