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
5ff02315
Commit
5ff02315
authored
Jan 26, 2017
by
Clinton Blackburn
Committed by
GitHub
Jan 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14397 from edx/clintonb/update-edx-drf-extensions
Updated edx-rest-api-client to 1.7.1
parents
a107754f
aec759fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
lms/djangoapps/commerce/tests/__init__.py
+1
-0
requirements/edx/base.txt
+1
-1
No files found.
lms/djangoapps/commerce/tests/__init__.py
View file @
5ff02315
...
...
@@ -72,6 +72,7 @@ class EdxRestApiClientTest(TestCase):
'full_name'
:
self
.
user
.
profile
.
name
,
'email'
:
self
.
user
.
email
,
'iss'
:
settings
.
JWT_AUTH
[
'JWT_ISSUER'
],
'iat'
:
datetime
.
datetime
.
utcnow
(),
'exp'
:
datetime
.
datetime
.
utcnow
()
+
datetime
.
timedelta
(
seconds
=
settings
.
JWT_AUTH
[
'JWT_EXPIRATION'
]),
'tracking_context'
:
{
'lms_user_id'
:
self
.
user
.
id
,
# pylint: disable=no-member
...
...
requirements/edx/base.txt
View file @
5ff02315
...
...
@@ -52,7 +52,7 @@ edx-enterprise==0.9.0
edx-oauth2-provider==1.2.0
edx-opaque-keys==0.4.0
edx-organizations==0.4.2
edx-rest-api-client==1.
6.0
edx-rest-api-client==1.
7.1
edx-search==0.1.2
facebook-sdk==0.4.0
feedparser==5.1.3
...
...
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