mirror of https://github.com/zulip/zulip.git
integrations: Refine Jotform example screenshot.
This commit is contained in:
parent
87bdb41214
commit
fc455caaf2
Binary file not shown.
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 63 KiB |
File diff suppressed because one or more lines are too long
|
@ -7,12 +7,14 @@ class JotformHookTests(WebhookTestCase):
|
|||
WEBHOOK_DIR_NAME = "jotform"
|
||||
|
||||
def test_response(self) -> None:
|
||||
expected_title = "Form"
|
||||
expected_title = "Tutor Appointment Form"
|
||||
expected_message = """
|
||||
A new submission (ID 4791133489169827307) was received:
|
||||
* *Name*: Gaurav Pandey
|
||||
* *Address*: Lampgarden-street wolfsquare Bengaluru Karnataka 165578
|
||||
* *Signature*: uploads/gauravguitarrocks/202944822449057/4791133489169827307/4791133489169827307_signature_4.png""".strip()
|
||||
* *Student's Name*: Niloth P
|
||||
* *Type of Tutoring*: Online Tutoring
|
||||
* *Subject for Tutoring*: Math
|
||||
* *Grade*: 12
|
||||
""".strip()
|
||||
|
||||
self.check_webhook(
|
||||
"response",
|
||||
|
|
Loading…
Reference in New Issue