Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4a86754

Browse files
committed
fixup! tests/media/test_media_storage: add timeout_ms
Signed-off-by: Sumner Evans <[email protected]>
1 parent d516aee commit 4a86754

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
@@ -295,7 +295,7 @@ def _req(
295295
self.fetches[0][2], "/_matrix/media/r0/download/" + self.media_id
296296
)
297297
self.assertEqual(
298-
self.fetches[0][3], {"allow_remote": "false", "timeout_ms": 20000}
298+
self.fetches[0][3], {"allow_remote": "false", "timeout_ms": "20000"}
299299
)
300300

301301
headers = {

0 commit comments

Comments
 (0)