mirror of https://github.com/zulip/zulip.git
integrations: Refine Front example screenshot.
This commit is contained in:
parent
1a89357394
commit
8582e78f02
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(
|
||||
|
|
Loading…
Reference in New Issue