Skip to content

Commit

Permalink
fix olddep failure
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Jun 3, 2024
1 parent 26c3a6d commit d509433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/media/test_media_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ async def _send_request(*args: Any, **kwargs: Any) -> IResponse:
resp = MagicMock(spec=IResponse)
resp.code = 200
resp.length = 31457280
resp.headers = Headers({"Content-Type": "application/octet-stream"})
resp.headers = Headers({"Content-Type": ["application/octet-stream"]})
resp.phrase = b"OK"
return resp

Expand Down

0 comments on commit d509433

Please sign in to comment.