Skip to content

Commit ad79631

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"

0 commit comments

Comments
 (0)