Skip to content

Commit 748ee91

Browse files
committed
Misc. updates for consistency
1 parent 3b41a23 commit 748ee91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TestConfig(object):
2323
def __init__(self, user_name=None, client_secret =None, user_id=None, password=None, integrator_key=None, host=None, recipient_email=None,
2424
recipient_name=None, template_role_name=None, template_id=None, return_url=None, redirect_uri=None):
2525
self.user_name = user_name if user_name else "[email protected]"
26-
self.password = password if password else "{PASSWORD}"
26+
self.password = password if password else "[PASSWORD]"
2727
self.client_secret = client_secret if client_secret else "3b61ffcf-xxxx-xxxx-xxxx-d49f7d82cb55"
2828
self.integrator_key = integrator_key if integrator_key else "ae30ea4e-xxxx-xxxx-xxxx-fcb57d2dc4df"
2929
self.host = host if host else "https://demo.docusign.net/restapi"

test/unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from docusign_esign import AuthenticationApi, EnvelopesApi, TemplatesApi, DiagnosticsApi, FoldersApi, ApiException
1414

1515
Username = "[email protected]"
16-
Password = "{PASSWORD}"
16+
Password = "[PASSWORD]"
1717
IntegratorKey = "ae30ea4e-xxxx-xxxx-xxxx-fcb57d2dc4df"
1818
BaseUrl = "https://demo.docusign.net/restapi"
1919
OauthHostName = "account-d.docusign.com"

0 commit comments

Comments
 (0)