Tests: style.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
async def application(scope, receive, send):
|
||||
assert scope['type'] == 'http'
|
||||
|
||||
await send({
|
||||
'type': 'http.response.start',
|
||||
'status': 204,
|
||||
'headers': [],
|
||||
})
|
||||
await send(
|
||||
{
|
||||
'type': 'http.response.start',
|
||||
'status': 204,
|
||||
'headers': [],
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user