Skip to content

Commit

Permalink
fix: add SITE_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Jun 20, 2024
1 parent 4b4ee3b commit c8d6161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eox_hooks/tests/tutor/integration_test_tutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8d6161

Please sign in to comment.