mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
Merge branch 'rbac' into read_roles
This commit is contained in:
@@ -307,7 +307,7 @@ async def test_get_self(app):
|
||||
db.commit()
|
||||
oauth_token = orm.APIToken(
|
||||
user=u.orm_user,
|
||||
client=oauth_client,
|
||||
oauth_client=oauth_client,
|
||||
token=token,
|
||||
)
|
||||
db.add(oauth_token)
|
||||
|
Reference in New Issue
Block a user