diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-01-22 12:38:18 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-01-22 12:38:18 +0000 |
commit | 6ae0c8db3335faa9b5f0e4407f7a4a3713c84062 (patch) | |
tree | cbaa73a4780e8f61a60f1cc1815eeb7ca9842bbe /tests/rest/media | |
parent | Remove unused import (diff) | |
download | synapse-6ae0c8db3335faa9b5f0e4407f7a4a3713c84062.tar.xz |
Lint + changelog
Diffstat (limited to 'tests/rest/media')
-rw-r--r-- | tests/rest/media/v1/test_media_storage.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/rest/media/v1/test_media_storage.py b/tests/rest/media/v1/test_media_storage.py index 6345cc7637..1809ceb839 100644 --- a/tests/rest/media/v1/test_media_storage.py +++ b/tests/rest/media/v1/test_media_storage.py @@ -162,9 +162,7 @@ class MediaRepoTests(unittest.HomeserverTestCase): def _req(self, content_disposition): - request, channel = self.make_request( - "GET", self.media_id, shorthand=False - ) + request, channel = self.make_request("GET", self.media_id, shorthand=False) request.render(self.download_resource) self.pump() |