mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	webhooks: Rename STREAM_NAME to CHANNEL_NAME in tests.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							d507706371
						
					
				
				
					commit
					dc31347ac4
				
			@@ -6,7 +6,7 @@ from zerver.lib.test_classes import WebhookTestCase
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class LibratoHookTests(WebhookTestCase):
 | 
			
		||||
    STREAM_NAME = "librato"
 | 
			
		||||
    CHANNEL_NAME = "librato"
 | 
			
		||||
    URL_TEMPLATE = "/api/v1/external/librato?api_key={api_key}&stream={stream}"
 | 
			
		||||
    WEBHOOK_DIR_NAME = "librato"
 | 
			
		||||
    IS_ATTACHMENT = False
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user