From 71ceb64fa330c06aea55467e87b2fd1afdb14a8d Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 2 Nov 2023 21:12:44 +0100 Subject: [PATCH] Update TEST_FORM_SUBMISSION_ID --- src/index.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.spec.ts b/src/index.spec.ts index e6fa0fa..cd1d61a 100644 --- a/src/index.spec.ts +++ b/src/index.spec.ts @@ -5,7 +5,7 @@ import jotform from './index'; const TEST_FORM_ID = '232143945675058'; -const TEST_FORM_SUBMISSION_ID = '5668764982391558613'; +const TEST_FORM_SUBMISSION_ID = '5747651132391058779'; const TEST_FORM_QUESTION_ID = '1';