From a962721915da36bf304860e5085e864a8179c713 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Thu, 24 Mar 2022 16:17:03 +0000 Subject: [PATCH] Move SMS client response tests to match their app/ This makes them easier to find and removes ambiguity with other files related to "processing" in the app. --- .../test_process_sms_client_response_tasks.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/app/{notifications/test_process_client_response.py => celery/test_process_sms_client_response_tasks.py} (100%) diff --git a/tests/app/notifications/test_process_client_response.py b/tests/app/celery/test_process_sms_client_response_tasks.py similarity index 100% rename from tests/app/notifications/test_process_client_response.py rename to tests/app/celery/test_process_sms_client_response_tasks.py