Skip to content

Commit 8b8469a

Browse files
committed
Fix tests
1 parent 99fa0a0 commit 8b8469a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/web/test_web_file_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def __init__(self, read_return):
2929
self.read_return = read_return
3030
self.content_type = "application/pdf"
3131
self.charset = "utf-8"
32+
self.headers = {}
3233

3334
async def read(self):
3435
"""Return what class was initialized with."""

0 commit comments

Comments
 (0)