Skip to content

Commit 85f8a0f

Browse files
author
Majid Mallis
committed
For some reason the old envelopes expire. Further investigation required.
1 parent 50f60c3 commit 85f8a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/SdkUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class SdkUnitTests {
4545

4646
public static final String SignTest1File = "/src/test/docs/SignTest1.pdf";
4747
public static final String TemplateId = "cf2a46c2-xxxx-xxxx-xxxx-752547b1a419";
48-
public static String EnvelopeId = "8da2c296-d868-4236-a48d-4c5c627e9737"; // JUnit 4.12 runs test cases in parallel, so the envelope ID needs to be initiated as well.
48+
public static String EnvelopeId = "50bc6a77-c324-49c0-b53d-a86139192e47"; // JUnit 4.12 runs test cases in parallel, so the envelope ID needs to be initiated as well.
4949

5050
// private JSON json = new JSON();
5151

0 commit comments

Comments
 (0)