integrations: Refine Front example screenshot.

This commit is contained in:
Niloth P 2024-11-19 11:59:51 +05:30 committed by Tim Abbott
parent 1a89357394
commit 8582e78f02
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -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": {

View File

@ -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(