Skip to content

Commit

Permalink
debug olddeps
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Jun 3, 2024
1 parent 26c3a6d commit e297be6
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 @@ -1031,7 +1031,7 @@ async def _send_request(*args: Any, **kwargs: Any) -> IResponse:
"/_matrix/media/v3/download/remote.org/abcdefghijklmnopqrstuvwxyz",
shorthand=False,
)
assert channel.code == 200
self.assertEqual(channel.code, 200)

# immediate second request should fail
channel = self.make_request(
Expand Down

0 comments on commit e297be6

Please sign in to comment.