mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
add missing session_id to newly merged API tokens
and remove grant_type which is not a property of the tokens themselves
This commit is contained in:
@@ -277,7 +277,6 @@ async def test_get_self(app):
|
||||
user=u.orm_user,
|
||||
client=oauth_client,
|
||||
token=token,
|
||||
grant_type=orm.GrantType.authorization_code,
|
||||
)
|
||||
db.add(oauth_token)
|
||||
db.commit()
|
||||
|
Reference in New Issue
Block a user