test_uploads: Fix two typos.

This commit is contained in:
Mateusz Mandera 2023-05-07 12:53:31 +02:00 committed by Tim Abbott
parent c756e950c7
commit 4598607a46
1 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@ class FileUploadTest(UploadSerializeMixin, ZulipTestCase):
d3_attachment.create_time = two_week_ago
d3_attachment.save()
# Send message referring only dummy_1
# Send message referencing only dummy_1
self.subscribe(hamlet, "Denmark")
body = (
f"Some files here ...[zulip.txt](http://{hamlet.realm.host}/user_uploads/"
@ -397,7 +397,7 @@ class FileUploadTest(UploadSerializeMixin, ZulipTestCase):
)
self.send_stream_message(hamlet, "Denmark", body, "test")
# Send message referecing dummy_3 - it will be archived next.
# Send message referencing dummy_3 - it will be archived next.
body = (
f"Some more files here ...[zulip.txt](http://{hamlet.realm.host}/user_uploads/"
+ d3_path_id