We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bda5d2 commit a1a6845Copy full SHA for a1a6845
benchmark/run_parsing.py
@@ -36,7 +36,7 @@ def main(enable_profile=False, items=100):
36
37
response = pretend.stub(
38
status_code=200,
39
- headers=[],
+ headers={},
40
content=data)
41
42
operation = client.service._binding._operations['GetItemList']
0 commit comments