webhooks: Rename Yo App to Yo.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-12-16 20:16:14 -08:00
committed by Anders Kaseorg
parent 1d3520db12
commit 591bd3f4a1
3 changed files with 3 additions and 3 deletions

View File

@@ -459,7 +459,7 @@ WEBHOOK_INTEGRATIONS: List[WebhookIntegration] = [
"yo", "yo",
["communication"], ["communication"],
function="zerver.webhooks.yo.view.api_yo_app_webhook", function="zerver.webhooks.yo.view.api_yo_app_webhook",
display_name="Yo App", display_name="Yo",
), ),
WebhookIntegration("wordpress", ["marketing"], display_name="WordPress"), WebhookIntegration("wordpress", ["marketing"], display_name="WordPress"),
WebhookIntegration("zapier", ["meta-integration"]), WebhookIntegration("zapier", ["meta-integration"]),

View File

@@ -1,4 +1,4 @@
See your Yo App notifications in Zulip! See your Yo notifications in Zulip!
1. First, on your {{ settings_html|safe }}, create a bot for 1. First, on your {{ settings_html|safe }}, create a bot for
{{ integration_display_name }}. Construct the URL for the {{ integration_display_name }}. Construct the URL for the

View File

@@ -11,7 +11,7 @@ class YoHookTests(WebhookTestCase):
def test_yo_message(self) -> None: def test_yo_message(self) -> None:
""" """
Yo App sends notification whenever user receives a new Yo from another user. Yo sends notification whenever user receives a new Yo from another user.
""" """
cordelia = self.example_user("cordelia") cordelia = self.example_user("cordelia")
self.url = self.build_webhook_url( self.url = self.build_webhook_url(