webhooks: Fix Jotform capitalization.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-12-16 12:24:36 -08:00
committed by Anders Kaseorg
parent 3ca2f8ca1e
commit cd8a01587b
3 changed files with 3 additions and 3 deletions

View File

@@ -391,7 +391,7 @@ log][commit-log] for an up-to-date list of raw changes.
- Added support for subscribing all members of a user group to a stream.
- Added support for sms: and tel: links.
- Community topic editing time limit increased to 3 days for members.
- New integrations: Freshping, JotForm, Uptime Robot, and a JSON
- New integrations: Freshping, Jotform, Uptime Robot, and a JSON
formatter (which is particularly useful when developing a new
integration).
- Updated integrations: Clubhouse, NewRelic, Bitbucket, Zabbix.

View File

@@ -1,4 +1,4 @@
Get Zulip notifications for your JotForm responses!
Get Zulip notifications for your Jotform responses!
1. {!create-stream.md!}

View File

@@ -1,7 +1,7 @@
from zerver.lib.test_classes import WebhookTestCase
class JotFormHookTests(WebhookTestCase):
class JotformHookTests(WebhookTestCase):
STREAM_NAME = "test"
URL_TEMPLATE = "/api/v1/external/jotform?stream={stream}&api_key={api_key}"
WEBHOOK_DIR_NAME = "jotform"