We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fa0a0 commit 8b8469aCopy full SHA for 8b8469a
1 file changed
tests/web/test_web_file_loader.py
@@ -29,6 +29,7 @@ def __init__(self, read_return):
29
self.read_return = read_return
30
self.content_type = "application/pdf"
31
self.charset = "utf-8"
32
+ self.headers = {}
33
34
async def read(self):
35
"""Return what class was initialized with."""
0 commit comments