We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748ee91 commit ad79631Copy full SHA for ad79631
test/test_oauth.py
@@ -23,7 +23,7 @@ class TestConfig(object):
23
def __init__(self, user_name=None, client_secret =None, user_id=None, password=None, integrator_key=None, host=None, recipient_email=None,
24
recipient_name=None, template_role_name=None, template_id=None, return_url=None, redirect_uri=None):
25
self.user_name = user_name if user_name else "[email protected]"
26
- self.password = password if password else "[PASSWORD]"
+ self.password = password if password else "{PASSWORD}
27
self.client_secret = client_secret if client_secret else "3b61ffcf-xxxx-xxxx-xxxx-d49f7d82cb55"
28
self.integrator_key = integrator_key if integrator_key else "ae30ea4e-xxxx-xxxx-xxxx-fcb57d2dc4df"
29
self.host = host if host else "https://demo.docusign.net/restapi"
0 commit comments