mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	python: Reformat with Black, except quotes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							5028c081cb
						
					
				
				
					commit
					11741543da
				
			@@ -65,8 +65,7 @@ New Prospect Application Trisha Troy (ID: 968190), applying for:
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    @patch('zerver.webhooks.greenhouse.view.check_send_webhook_message')
 | 
			
		||||
    def test_ping_message_ignore(
 | 
			
		||||
            self, check_send_webhook_message_mock: MagicMock) -> None:
 | 
			
		||||
    def test_ping_message_ignore(self, check_send_webhook_message_mock: MagicMock) -> None:
 | 
			
		||||
        self.url = self.build_webhook_url()
 | 
			
		||||
        payload = self.get_body('ping_event')
 | 
			
		||||
        result = self.client_post(self.url, payload, content_type=self.CONTENT_TYPE)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user