mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
webhooks: Fix Jotform capitalization.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
3ca2f8ca1e
commit
cd8a01587b
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Get Zulip notifications for your JotForm responses!
|
||||
Get Zulip notifications for your Jotform responses!
|
||||
|
||||
1. {!create-stream.md!}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user