Merge pull request #7398 from edx/will/fix-broken-footer-test

Add missing import of override_settings to fix a broken test in courseware
This commit is contained in:
Will Daly
2015-03-17 16:46:44 -04:00

View File

@@ -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):