Skip to content

Commit 0547f4d

Browse files
committed
Misc. updates for consistency
1 parent d354c76 commit 0547f4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/spec/unit_tests_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ def create_envelope_on_document(status, is_embedded_signing)
109109
before(:all) do
110110
# run before each test
111111
$username = '[email protected]'
112-
$password = '***REMOVED***asd'
113-
$integrator_key = '***REMOVED***'
112+
$password = '{PASSWORD}'
113+
$integrator_key = 'ae30ea4e-xxxx-xxxx-xxxx-fcb57d2dc4df'
114114

115115
$auth_header = '{"Username": "%s", "Password": "%s", "IntegratorKey": "%s"}' %[$username, $password, $integrator_key]
116116

tests/spec/unit_tests_using_jwt_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ def create_envelope_on_document(status, is_embedded_signing)
110110
# run before each test
111111
$host = "https://demo.docusign.net/restapi"
112112

113-
$integrator_key = '***REMOVED***'
114-
$user_id = '***REMOVED***'
113+
$integrator_key = 'ae30ea4e-xxxx-xxxx-xxxx-fcb57d2dc4df'
114+
$user_id = 'fcc5726c-xxxx-xxxx-xxxx-40bbbe6ca126'
115115
$expires_in_seconds = 3600 #1 hour
116116
$auth_server = 'account-d.docusign.com'
117117
$private_key_filename = '../docs/private.pem'
118-
$secret = '***REMOVED***'
118+
$secret = '3b61ffcf-xxxx-xxxx-xxxx-d49f7d82cb55'
119119

120120
$recipient_email = "[email protected]"
121121
$recipient_name = "Ruby SDK"

0 commit comments

Comments
 (0)