Skip to content
Snippets Groups Projects
Commit 2bc82367 authored by Will Daly's avatar Will Daly
Browse files

Add missing import of override_settings to fix a broken test in courseware

parent 8e4ee78f
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment