Skip to content

Commit d509433

Browse files
committed
fix olddep failure
1 parent 26c3a6d commit d509433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/media/test_media_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ async def _send_request(*args: Any, **kwargs: Any) -> IResponse:
944944
resp = MagicMock(spec=IResponse)
945945
resp.code = 200
946946
resp.length = 31457280
947-
resp.headers = Headers({"Content-Type": "application/octet-stream"})
947+
resp.headers = Headers({"Content-Type": ["application/octet-stream"]})
948948
resp.phrase = b"OK"
949949
return resp
950950

0 commit comments

Comments
 (0)