We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3436e1d commit 7140a93Copy full SHA for 7140a93
tests/apps/aiohttp_app/app.py
@@ -38,7 +38,7 @@ def aiohttp_server():
38
loop = asyncio.new_event_loop()
39
asyncio.set_event_loop(loop)
40
41
- app = web.Application(debug=False)
+ app = web.Application()
42
app.add_routes([web.get('/', say_hello)])
43
app.add_routes([web.get('/204', two_hundred_four)])
44
app.add_routes([web.get('/401', four_hundred_one)])
0 commit comments