diff --git a/eox_hooks/tests/tutor/integration_test_tutor.py b/eox_hooks/tests/tutor/integration_test_tutor.py index 87b804b..7f8ac77 100644 --- a/eox_hooks/tests/tutor/integration_test_tutor.py +++ b/eox_hooks/tests/tutor/integration_test_tutor.py @@ -4,12 +4,12 @@ from django.test import TestCase, override_settings +@override_settings(ALLOWED_HOSTS=['local.edly.io'], SITE_ID=2) class TutorIntegrationTestCase(TestCase): """ Tests integration with openedx """ - @override_settings(ALLOWED_HOSTS=['local.edly.io']) def setUp(self): """ Set up the base URL for the tests