summaryrefslogtreecommitdiffhomepage
path: root/test/python/lifespan/error_auto/asgi.py
blob: 90d506a1941a42fb1360579e0c694a4f7a209271 (plain) (blame)
1
2
async def application(scope, receive, send):
    assert scope['type'] == 'http'