Commit c8825652 by Will Daly

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

Add missing import of override_settings to fix a broken test in courseware
parents 8e4ee78f 2bc82367
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment