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:
Alex Vandiver 2024-09-06 14:23:47 +00:00 committed by Tim Abbott
parent 8bd94b82bf
commit 485e235719
1 changed files with 0 additions and 2 deletions

View File

@ -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