BOM-1277 Removed constraint on requests-oauthlib and updated oauthlib

This commit is contained in:
usamasadiq
2020-02-21 20:14:02 +05:00
parent e4a2ba2872
commit 84744fdf88
6 changed files with 16 additions and 18 deletions

View File

@@ -14,6 +14,7 @@ from oauth2_provider.scopes import get_scopes_backend
from pytz import utc
from ..models import RestrictedApplication
# pylint: disable=W0223
@receiver(pre_save, sender=AccessToken)

View File

@@ -630,7 +630,7 @@ class TestRevokeTokenView(AccessTokenLoginMixin, _DispatchingViewTestCase): # p
self.revoke_token(self.refresh_token)
self.assert_refresh_token_status_code(self.refresh_token, expected_status_code=401)
self.assert_refresh_token_status_code(self.refresh_token, expected_status_code=400)
def test_revoke_access_token_dot(self):
"""