Skip to content

Commit d5e80ea

Browse files
authored
Now that we have setup clean CI we can use the test config values
1 parent 223d88c commit d5e80ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/SdkUnitTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public class SdkUnitTests {
4444
//public static final String BaseUrl = "http://dsv010331a/restapi";
4545

4646
public static final String SignTest1File = "/src/test//docs/SignTest1.pdf";
47-
public static final String TemplateId = "dc9b2bfd-1c4d-4a82-b17d-b1fd14b10e74";
48-
public static String EnvelopeId = "d27ca8b1-1466-4f17-a96d-38a798ef54b2"; // JUnit 4.12 runs test cases in parallel, so the envelope ID needs to be initiated as well.
47+
public static final String TemplateId = "cf2a46c2-xxxx-xxxx-xxxx-752547b1a419";
48+
public static String EnvelopeId = "1b8f7f80-80c7-423b-9849-5892f59f71b9"; // 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)