diff --git a/tests/app/delivery/test_send_to_providers.py b/tests/app/delivery/test_send_to_providers.py index cf4f9676c..eda4edae3 100644 --- a/tests/app/delivery/test_send_to_providers.py +++ b/tests/app/delivery/test_send_to_providers.py @@ -36,7 +36,6 @@ from tests.app.db import ( # create_service,; create_service_with_defined_sms_s # from requests import HTTPError - def setup_function(_function): # pytest will run this function before each test. It makes sure the # state of the cache is not shared between tests.