diff --git a/static/images/integrations/front/001.png b/static/images/integrations/front/001.png index 27a2e7dfba..596035b7f4 100644 Binary files a/static/images/integrations/front/001.png and b/static/images/integrations/front/001.png differ diff --git a/zerver/webhooks/front/fixtures/inbound_message.json b/zerver/webhooks/front/fixtures/inbound_message.json index 977800cfa1..03cb7d4fc0 100644 --- a/zerver/webhooks/front/fixtures/inbound_message.json +++ b/zerver/webhooks/front/fixtures/inbound_message.json @@ -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": { diff --git a/zerver/webhooks/front/tests.py b/zerver/webhooks/front/tests.py index 250ba13a3b..c3676847b1 100644 --- a/zerver/webhooks/front/tests.py +++ b/zerver/webhooks/front/tests.py @@ -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(