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
This commit is contained in:
Clinton Blackburn
2017-01-25 17:50:25 -05:00
parent 36d454fe6e
commit aec759fd65
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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