aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2024-02-11 12:28:01 +0530
committerGravatar RohanJnr <[email protected]>2024-02-11 12:28:01 +0530
commit459d11329a617c885ec4c3b32822baacd1cd04c0 (patch)
treee88bdf8d214ef3982a73713a7e3ffba9fff08b7d /pydis_site/apps
parentMove resorce loading from view init() to AppConfig ready() method (diff)
Update path variable in resource page tests
Diffstat (limited to 'pydis_site/apps')
-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):