From c5f82769b0a80ed7ec83aa536fb2cbfd9904cbce Mon Sep 17 00:00:00 2001 From: Zach Aysan Date: Thu, 23 Nov 2023 16:46:17 +0000 Subject: [PATCH] Move webhooks tests --- .../unit/webhooks/test_unit_webhooks.py} | 0 .../unit/webhooks/test_unit_webhooks_permissions.py} | 0 api/webhooks/tests/__init__.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename api/{webhooks/tests/test_webhooks.py => tests/unit/webhooks/test_unit_webhooks.py} (100%) rename api/{webhooks/tests/tests_permissions.py => tests/unit/webhooks/test_unit_webhooks_permissions.py} (100%) delete mode 100644 api/webhooks/tests/__init__.py diff --git a/api/webhooks/tests/test_webhooks.py b/api/tests/unit/webhooks/test_unit_webhooks.py similarity index 100% rename from api/webhooks/tests/test_webhooks.py rename to api/tests/unit/webhooks/test_unit_webhooks.py diff --git a/api/webhooks/tests/tests_permissions.py b/api/tests/unit/webhooks/test_unit_webhooks_permissions.py similarity index 100% rename from api/webhooks/tests/tests_permissions.py rename to api/tests/unit/webhooks/test_unit_webhooks_permissions.py diff --git a/api/webhooks/tests/__init__.py b/api/webhooks/tests/__init__.py deleted file mode 100644 index e69de29bb2d1..000000000000