refactor: Make acting_user a mandatory kwarg for do_deactivate_user.

This commit is contained in:
shanukun
2021-03-27 10:32:12 +05:30
committed by Tim Abbott
parent 8f3ae715c0
commit c95061e9b9
16 changed files with 39 additions and 39 deletions

View File

@@ -546,7 +546,7 @@ class MessagePOSTTest(ZulipTestCase):
"""
othello = self.example_user("othello")
cordelia = self.example_user("cordelia")
do_deactivate_user(othello)
do_deactivate_user(othello, acting_user=None)
self.login("hamlet")
result = self.client_post(