summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/clients/test_web_application.py
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-05 10:59:06 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-05 10:59:06 +0100
commitcd8aa3a42483ae797d7a283ded5699cc4f2a444e (patch)
treebbdd224fa6b7ef5dd52d576b9cc1c79cc750b2a5 /tests/oauth2/rfc6749/clients/test_web_application.py
parent51c927b0641adcef6e5944c9a67ba1d7edc2eb68 (diff)
downloadoauthlib-568-remove-expires_at.tar.gz
Removed expires_at and TokenExpiredError exception568-remove-expires_at
expires_at is not RFC, and must be managed on the implementation side, based on expires_in. The oauthlib should
Diffstat (limited to 'tests/oauth2/rfc6749/clients/test_web_application.py')
-rw-r--r--tests/oauth2/rfc6749/clients/test_web_application.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/oauth2/rfc6749/clients/test_web_application.py b/tests/oauth2/rfc6749/clients/test_web_application.py
index 092f93e..a6699cb 100644
--- a/tests/oauth2/rfc6749/clients/test_web_application.py
+++ b/tests/oauth2/rfc6749/clients/test_web_application.py
@@ -63,7 +63,6 @@ class WebApplicationClientTest(TestCase):
"access_token": "2YotnFZFEjr1zCsicMWpAA",
"token_type": "example",
"expires_in": 3600,
- "expires_at": 4600,
"scope": scope,
"refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
"example_parameter": "example_value"