Add missing import of override_settings to fix a broken test in courseware
This commit is contained in:
@@ -7,6 +7,7 @@ from mock import patch
|
||||
|
||||
from django.conf import settings
|
||||
from django.test import TestCase
|
||||
from django.test.utils import override_settings
|
||||
|
||||
|
||||
class TestFooter(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user