We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa840b4 commit 85ff852Copy full SHA for 85ff852
1 file changed
tests/ords/test_integrated.py
@@ -34,6 +34,7 @@ def __init__(self, read_return):
34
self.read_return = read_return
35
self.content_type = "application/pdf"
36
self.charset = "utf-8"
37
+ self.headers = {}
38
39
async def read(self):
40
return self.read_return
0 commit comments