integrations: Refine Jotform example screenshot.

This commit is contained in:
Niloth P 2024-11-19 13:41:32 +05:30
parent 87bdb41214
commit fc455caaf2
3 changed files with 8 additions and 6 deletions

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

View File

@ -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",