add test to token
This commit is contained in:
@@ -74,6 +74,7 @@ class AuthorizationServer(oauth2.AuthorizationServer):
|
||||
'created_at': now_,
|
||||
}
|
||||
)
|
||||
|
||||
transact.put(
|
||||
item={
|
||||
'id': 'OAUTH2#TOKEN',
|
||||
@@ -156,6 +157,7 @@ class AuthorizationServer(oauth2.AuthorizationServer):
|
||||
body,
|
||||
headers,
|
||||
):
|
||||
logger.debug('handle_response', status=status, body=body)
|
||||
return Response(
|
||||
status_code=status,
|
||||
body=body,
|
||||
|
||||
Reference in New Issue
Block a user