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
aec759fd
Commit
aec759fd
authored
Jan 25, 2017
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated edx-rest-api-client to 1.7.1
https://github.com/edx/edx-rest-api-client/compare/1.6.0...1.7.1
ECOM-6634
parent
36d454fe
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 @
aec759fd
...
...
@@ -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 @
aec759fd
...
...
@@ -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