mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
slack_import: Remove obsolete SlackImportAttachment placeholder.
This was introduced in f4ad464d82, and
incompletely removed in e037c2f93e649c28a71c02559b5ae7a3333f42a8; here
we finish removing it.
This commit is contained in:
@@ -1137,7 +1137,6 @@ class SlackImporter(ZulipTestCase):
|
||||
self.assertEqual(len(uploads_list), 1)
|
||||
|
||||
image_path = zerver_attachment[0]["path_id"]
|
||||
self.assertIn("/SlackImportAttachment/", image_path)
|
||||
expected_content = f"[Apple](/user_uploads/{image_path})\n[banana](example.com/banana.zip)"
|
||||
self.assertEqual(info["content"], expected_content)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user