xref: /unit/test/python/lifespan/error_auto/asgi.py (revision 1628:93e2931202bb)
1async def application(scope, receive, send):
2    assert scope['type'] == 'http'
3