mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
migration: Rename 'populate_db' Client to 'ZulipDataImport'.
This commit: * Creates a migration to rename any existing Client with name="populate_db" to "ZulipDataImport". * Updates populate_db.py to use ZulipDataImport for new message creation These changes should make code to identify imported messages considerably more readable. Fixes #33909.
This commit is contained in:
@@ -1017,6 +1017,7 @@ class SlackImporter(ZulipTestCase):
|
||||
) = slack_workspace_to_realm(
|
||||
"testdomain", realm_id, user_list, "test-realm", "./random_path", {}
|
||||
)
|
||||
|
||||
test_zerver_realmdomain = [
|
||||
{"realm": realm_id, "allow_subdomains": False, "domain": "testdomain", "id": realm_id}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user