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:
rht
2021-08-01 10:12:50 -04:00
committed by Tim Abbott
parent af5958e407
commit 1b4832a703
2 changed files with 0 additions and 3 deletions

View File

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