sync with main

This commit is contained in:
Min RK
2023-02-08 16:39:59 +01:00
52 changed files with 482 additions and 153 deletions

View File

@@ -291,7 +291,6 @@ async def _mockservice(request, app, external=False, url=False):
spec['url'] = 'http://127.0.0.1:%i' % random_port()
if external:
spec['oauth_redirect_uri'] = 'http://127.0.0.1:%i' % random_port()
event_loop = asyncio.get_running_loop()