Skip to content

Commit 0c27a19

Browse files
committed
Misc. updates for consistency
1 parent 9f69e50 commit 0c27a19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/test/java/SdkUnitTests.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
public class SdkUnitTests {
3232

3333
private static final String UserName = "[email protected]";
34-
private static final String UserId = "***REMOVED***";
35-
private static final String IntegratorKey = "***REMOVED***";
36-
private static final String IntegratorKeyImplicit = "***REMOVED***";
37-
//private static final String ClientSecret = "***REMOVED***";
34+
private static final String UserId = "fcc5726c-xxxx-xxxx-xxxx-40bbbe6ca126";
35+
private static final String IntegratorKey = "ae30ea4e-xxxx-xxxx-xxxx-fcb57d2dc4df";
36+
private static final String IntegratorKeyImplicit = "68c1711f-xxxx-xxxx-xxxx-b49b4211d831";
37+
//private static final String ClientSecret = "b4dccdbe-xxxx-xxxx-xxxx-b2f0f7448f8f";
3838
private static final String RedirectURI = "https://www.docusign.com/api";
3939

4040
private static final String BaseUrl = "https://demo.docusign.net/restapi";
@@ -43,8 +43,8 @@ public class SdkUnitTests {
4343
private static final String brandLogoFullPath = System.getProperty("user.dir") + "/src/test/docs/DS.png";
4444

4545
private static final String SignTest1File = "/src/test/docs/SignTest1.pdf";
46-
private static final String TemplateId = "***REMOVED***";
47-
private static final String BrandId = "***REMOVED***";
46+
private static final String TemplateId = "cf2a46c2-xxxx-xxxx-xxxx-752547b1a419";
47+
private static final String BrandId = "dbdaedc8-xxxx-xxxx-xxxx-b7cfd55f6b64";
4848
private String[] envelopeIds = new String[0];
4949
// JUnit 4.12 runs test cases in parallel, so the envelope ID needs to be initiated as well.
5050

-46 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)