From a2eb718429bfc6ae07d298a5d23c6dc7b47f9e6c Mon Sep 17 00:00:00 2001 From: Andrew Leith Date: Fri, 6 Dec 2024 12:44:55 +0000 Subject: [PATCH] fix(test_templates): update mocks in tests --- tests/app/main/views/test_templates.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index 9b61ca661..75a53e535 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -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( @@ -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, ):