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
a86777eb
Commit
a86777eb
authored
Nov 26, 2014
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PEP8: E303 too many blank lines
parent
b2ff02f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
common/djangoapps/user_api/tests/test_profile_api.py
+0
-2
No files found.
common/djangoapps/user_api/tests/test_profile_api.py
View file @
a86777eb
...
@@ -174,8 +174,6 @@ class ProfileApiTest(TestCase):
...
@@ -174,8 +174,6 @@ class ProfileApiTest(TestCase):
result_obj
=
UserOrgTag
.
objects
.
get
(
user
=
user
,
org
=
course
.
id
.
org
,
key
=
'email-optin'
)
result_obj
=
UserOrgTag
.
objects
.
get
(
user
=
user
,
org
=
course
.
id
.
org
,
key
=
'email-optin'
)
self
.
assertEqual
(
result_obj
.
value
,
expected_result
)
self
.
assertEqual
(
result_obj
.
value
,
expected_result
)
@raises
(
profile_api
.
ProfileUserNotFound
)
@raises
(
profile_api
.
ProfileUserNotFound
)
def
test_retrieve_and_update_preference_info_no_user
(
self
):
def
test_retrieve_and_update_preference_info_no_user
(
self
):
preferences
=
profile_api
.
preference_info
(
self
.
USERNAME
)
preferences
=
profile_api
.
preference_info
(
self
.
USERNAME
)
...
...
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