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