Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lms/djangoapps/courseware/tests/test_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase

from helpers import LoginEnrollmentTestCase, check_for_get_code
from courseware.tests.helpers import LoginEnrollmentTestCase, check_for_get_code
from courseware.tests.modulestore_config import TEST_DATA_MIXED_MODULESTORE


Expand Down Expand Up @@ -64,7 +64,6 @@ def test_inactive_session_timeout(self):
# re-request, and we should get a redirect to login page
self.assertRedirects(resp, settings.LOGIN_REDIRECT_URL + '?next=' + reverse('dashboard'))


def test_redirects_first_time(self):
"""
Verify that the first time we click on the courseware tab we are
Expand Down