mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	refactor: Make acting_user a mandatory kwarg for do_deactivate_user.
This commit is contained in:
		@@ -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(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user