mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	integrations: Refine Front example screenshot.
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 50 KiB  | 
@@ -16,8 +16,8 @@
 | 
			
		||||
        "inboxes": "https://api2.frontapp.com/conversations/cnv_keocka/inboxes"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "id": "cnv_keocka",
 | 
			
		||||
    "subject": "Being a robot is great, but...",
 | 
			
		||||
    "id": "2x9c5v",
 | 
			
		||||
    "subject": "Cancellation Request for Subscription #SUB-67890",
 | 
			
		||||
    "status": "unassigned",
 | 
			
		||||
    "assignee": null,
 | 
			
		||||
    "recipient": {
 | 
			
		||||
 
 | 
			
		||||
@@ -110,12 +110,12 @@ class FrontHookTests(WebhookTestCase):
 | 
			
		||||
    # Scenario 2: Conversation starts from an inbound message.
 | 
			
		||||
 | 
			
		||||
    def test_inbound_message(self) -> None:
 | 
			
		||||
        expected_topic_name = "cnv_keocka"
 | 
			
		||||
        expected_topic_name = "2x9c5v"
 | 
			
		||||
        expected_message = (
 | 
			
		||||
            "[Inbound message](https://app.frontapp.com/open/msg_1176r8y) "
 | 
			
		||||
            "from **calculon@momsbot.com** "
 | 
			
		||||
            "to **support@planet-express.com**:\n"
 | 
			
		||||
            "```quote\n*Subject*: Being a robot is great, but...\n```"
 | 
			
		||||
            "```quote\n*Subject*: Cancellation Request for Subscription #SUB-67890\n```"
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
        self.check_webhook(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user