Skip to content

Commit

Permalink
fix(test_templates): update mocks in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Dec 6, 2024
1 parent 1ceea8c commit a2eb718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/app/main/views/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,7 @@ def test_route_permissions(
mock_get_template_folders,
mock_get_template_statistics_for_template,
mock_get_template_categories,
mock_get_limit_stats,
fake_uuid,
):
validate_route_permission(
Expand Down Expand Up @@ -2431,6 +2432,7 @@ def test_should_create_sms_template_without_downgrading_unicode_characters(
def test_should_show_message_before_redacting_template(
client_request,
mock_get_service_template,
mock_get_limit_stats,
service_one,
fake_uuid,
):
Expand Down

0 comments on commit a2eb718

Please sign in to comment.