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
94d3d236
Commit
94d3d236
authored
Dec 02, 2014
by
Shrhawk
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6113 from Shrhawk/shr/bug/TNL-590-encode-error-fixing-pep-8
Remove extra line
parents
17379f40
9aff1d57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
lms/djangoapps/courseware/tests/test_video_handlers.py
+0
-1
No files found.
lms/djangoapps/courseware/tests/test_video_handlers.py
View file @
94d3d236
...
@@ -156,7 +156,6 @@ class TestVideo(BaseTestXmodule):
...
@@ -156,7 +156,6 @@ class TestVideo(BaseTestXmodule):
response
=
self
.
item_descriptor
.
handle_ajax
(
'save_user_state'
,
{
u'demoo�'
:
"sample"
})
response
=
self
.
item_descriptor
.
handle_ajax
(
'save_user_state'
,
{
u'demoo�'
:
"sample"
})
self
.
assertEqual
(
json
.
loads
(
response
)[
'success'
],
True
)
self
.
assertEqual
(
json
.
loads
(
response
)[
'success'
],
True
)
def
tearDown
(
self
):
def
tearDown
(
self
):
_clear_assets
(
self
.
item_descriptor
.
location
)
_clear_assets
(
self
.
item_descriptor
.
location
)
...
...
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