Commit 5fb683da by Jesse Zoldak

Merge pull request #6900 from edx/zoldak/fix-modulestore-testcase

Fix pep8 violation
parents e4b47e1e 1920a60c
...@@ -5,7 +5,6 @@ Note: Tests covering workflows in the actual tabs.py file begin after line 100 ...@@ -5,7 +5,6 @@ Note: Tests covering workflows in the actual tabs.py file begin after line 100
from django.conf import settings from django.conf import settings
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
from django.http import Http404 from django.http import Http404
from django.test.utils import override_settings
from mock import MagicMock, Mock, patch from mock import MagicMock, Mock, patch
from opaque_keys.edx.locations import SlashSeparatedCourseKey from opaque_keys.edx.locations import SlashSeparatedCourseKey
...@@ -183,7 +182,7 @@ class TextBookTabsTestCase(LoginEnrollmentTestCase, ModuleStoreTestCase): ...@@ -183,7 +182,7 @@ class TextBookTabsTestCase(LoginEnrollmentTestCase, ModuleStoreTestCase):
""" """
Validate tab behavior when dealing with textbooks. Validate tab behavior when dealing with textbooks.
""" """
MODULESTORE=TEST_DATA_MIXED_TOY_MODULESTORE MODULESTORE = TEST_DATA_MIXED_TOY_MODULESTORE
def setUp(self): def setUp(self):
super(TextBookTabsTestCase, self).setUp() super(TextBookTabsTestCase, self).setUp()
......
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