Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
cd8394a6
Commit
cd8394a6
authored
Jan 24, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2296 from edx/cdodge/pep8-fix
pep8 cleanup
parents
88391c7e
8262b656
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
lms/djangoapps/courseware/tests/test_navigation.py
+1
-2
No files found.
lms/djangoapps/courseware/tests/test_navigation.py
View file @
cd8394a6
...
...
@@ -11,7 +11,7 @@ from xmodule.modulestore.tests.factories import CourseFactory, ItemFactory
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
...
...
@@ -64,7 +64,6 @@ class TestNavigation(ModuleStoreTestCase, LoginEnrollmentTestCase):
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment