mirror of https://github.com/zulip/zulip.git
test_upload: Remove an incorrect comment.
S3 uploads are now (after 04cf68b45e
) handled like local uploads
were -- no redirects are used.
This commit is contained in:
parent
8bd94b82bf
commit
485e235719
|
@ -188,8 +188,6 @@ class FileUploadTest(UploadSerializeMixin, ZulipTestCase):
|
|||
base = "/user_uploads/"
|
||||
self.assertEqual(base, url[: len(base)])
|
||||
|
||||
# In the future, local file requests will follow the same style as S3
|
||||
# requests; they will be first authenticated and redirected
|
||||
self.assertEqual(self.client_get(url).getvalue(), b"zulip!")
|
||||
|
||||
# Check the download endpoint
|
||||
|
|
Loading…
Reference in New Issue