Skip to content

Commit e297be6

Browse files
committed
debug olddeps
1 parent 26c3a6d commit e297be6

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
@@ -1031,7 +1031,7 @@ async def _send_request(*args: Any, **kwargs: Any) -> IResponse:
10311031
"/_matrix/media/v3/download/remote.org/abcdefghijklmnopqrstuvwxyz",
10321032
shorthand=False,
10331033
)
1034-
assert channel.code == 200
1034+
self.assertEqual(channel.code, 200)
10351035

10361036
# immediate second request should fail
10371037
channel = self.make_request(

0 commit comments

Comments
 (0)