File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131public 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
You can’t perform that action at this time.
0 commit comments