Skip to content

Commit

Permalink
Add missing import of override_settings to fix a broken test in cours…
Browse files Browse the repository at this point in the history
…eware
  • Loading branch information
Will Daly committed Mar 17, 2015
1 parent 8e4ee78 commit 2bc8236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/djangoapps/courseware/tests/test_footer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from django.conf import settings
from django.test import TestCase
from django.test.utils import override_settings


class TestFooter(TestCase):
Expand Down

0 comments on commit 2bc8236

Please sign in to comment.