mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	webhooks: Rename stream_name to channel_name arg.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							fef299510f
						
					
				
				
					commit
					d7b2655ad2
				
			@@ -175,7 +175,7 @@ class WebhookURLConfigurationTestCase(WebhookTestCase):
 | 
			
		||||
        msg = self.get_last_message()
 | 
			
		||||
        self.assert_channel_message(
 | 
			
		||||
            message=msg,
 | 
			
		||||
            stream_name="helloworld_renamed",
 | 
			
		||||
            channel_name="helloworld_renamed",
 | 
			
		||||
            topic_name=expected_topic_name,
 | 
			
		||||
            content=expected_message,
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user