Skip to content

Commit

Permalink
tweak test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Oct 8, 2024
1 parent ccbd8c6 commit 5ad9804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/clients/test_aws_pinpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_send_sms_sends_international_without_pool_id(notify_api, mocker, sample

@pytest.mark.serial
@pytest.mark.parametrize("template_id", [None, "uuid"])
def test_send_sms_used_dryrun_for_tests(notify_api, mocker, sample_template, template_id):
def test_send_sms_uses_dryrun_for_tests(notify_api, mocker, sample_template, template_id):
boto_mock = mocker.patch.object(aws_pinpoint_client, "_client", create=True)
mocker.patch.object(aws_pinpoint_client, "statsd_client", create=True)
content = "foo"
Expand Down

0 comments on commit 5ad9804

Please sign in to comment.