Skip to content

Commit

Permalink
Merge pull request #7398 from edx/will/fix-broken-footer-test
Browse files Browse the repository at this point in the history
Add missing import of override_settings to fix a broken test in courseware
  • Loading branch information
Will Daly committed Mar 17, 2015
2 parents 8e4ee78 + 2bc8236 commit c882565
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 c882565

Please sign in to comment.