Tests: added ASGI Lifespan.
This commit is contained in:
3
test/python/lifespan/error/asgi.py
Normal file
3
test/python/lifespan/error/asgi.py
Normal file
@@ -0,0 +1,3 @@
|
||||
async def application(scope, receive, send):
|
||||
if scope['type'] != 'http':
|
||||
raise Exception('Exception blah')
|
||||
Reference in New Issue
Block a user