Skip to content

Commit 57c3ce0

Browse files
committed
Fix quart test that wasn't running on my local machine
1 parent a0c3e14 commit 57c3ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_lifespan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,5 +304,6 @@ async def hello():
304304
"statusCode": 200,
305305
"isBase64Encoded": False,
306306
"headers": {"content-length": "12", "content-type": "text/html; charset=utf-8"},
307+
"multiValueHeaders": {},
307308
"body": "hello world!",
308309
}

0 commit comments

Comments
 (0)