Merge branch 'rbac' into read_roles

This commit is contained in:
0mar
2021-06-08 15:37:16 +02:00
49 changed files with 2440 additions and 814 deletions

View File

@@ -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)