mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
test_management_commands: Fix export test.
This was broken in the last commit.
This commit is contained in:
@@ -448,6 +448,7 @@ class TestExport(ZulipTestCase):
|
||||
call_command(self.COMMAND_NAME, "-r=zulip", f"--consent-message-id={message.id}")
|
||||
m.assert_called_once_with(realm=realm, public_only=False, consent_message_id=message.id,
|
||||
delete_after_upload=False, threads=mock.ANY, output_dir=mock.ANY,
|
||||
percent_callback=mock.ANY,
|
||||
upload=False)
|
||||
|
||||
self.assertEqual(mock_print.mock_calls, [
|
||||
|
||||
Reference in New Issue
Block a user