aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources/tests
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-02-14 15:58:13 +0800
committerGravatar hedy <[email protected]>2024-02-14 15:58:13 +0800
commitcc1eb08b282b37c9855843fbdc7129e40a881c11 (patch)
tree4b42f796d50e40099a21f63efdfa831ca0bacada /pydis_site/apps/resources/tests
parentEvents: Update the events to include in galleries (diff)
parentBump sentry-sdk from 1.40.2 to 1.40.3 (#1229) (diff)
Merge branch 'main' into feat/events-redesign
Diffstat (limited to 'pydis_site/apps/resources/tests')
-rw-r--r--pydis_site/apps/resources/tests/test_resource_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/tests/test_resource_data.py b/pydis_site/apps/resources/tests/test_resource_data.py
index 3a96e8b9..d96d840e 100644
--- a/pydis_site/apps/resources/tests/test_resource_data.py
+++ b/pydis_site/apps/resources/tests/test_resource_data.py
@@ -1,7 +1,7 @@
import yaml
from django.test import TestCase
-from pydis_site.apps.resources.views import RESOURCES_PATH
+from pydis_site.apps.resources.apps import RESOURCES_PATH
class TestResourceData(TestCase):