Skip to content

Commit a1a6845

Browse files
committed
Fix benchmark script
1 parent 4bda5d2 commit a1a6845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/run_parsing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def main(enable_profile=False, items=100):
3636

3737
response = pretend.stub(
3838
status_code=200,
39-
headers=[],
39+
headers={},
4040
content=data)
4141

4242
operation = client.service._binding._operations['GetItemList']

0 commit comments

Comments
 (0)