diff --git a/tests/app/notifications/rest/__init__.py b/tests/app/notifications/rest/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/app/notifications/rest/test_send_notification.py b/tests/app/service/send_notification/test_send_notification.py similarity index 100% rename from tests/app/notifications/rest/test_send_notification.py rename to tests/app/service/send_notification/test_send_notification.py diff --git a/tests/app/service/test_send_one_off_notification.py b/tests/app/service/send_notification/test_send_one_off_notification.py similarity index 100% rename from tests/app/service/test_send_one_off_notification.py rename to tests/app/service/send_notification/test_send_one_off_notification.py diff --git a/tests/app/service/test_send_pdf_letter_notification.py b/tests/app/service/send_notification/test_send_pdf_letter_notification.py similarity index 100% rename from tests/app/service/test_send_pdf_letter_notification.py rename to tests/app/service/send_notification/test_send_pdf_letter_notification.py