test_management_commands: Fix export test.

This was broken in the last commit.
This commit is contained in:
Tim Abbott
2020-07-30 13:26:05 -07:00
parent 6130a61be0
commit f8e2c1f693

View File

@@ -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, [