Skip to content

Commit 85ff852

Browse files
committed
Fix tests
1 parent fa840b4 commit 85ff852

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ords/test_integrated.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __init__(self, read_return):
3434
self.read_return = read_return
3535
self.content_type = "application/pdf"
3636
self.charset = "utf-8"
37+
self.headers = {}
3738

3839
async def read(self):
3940
return self.read_return

0 commit comments

Comments
 (0)