Skip to content

Commit

Permalink
Add mock values to Config.toml for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Mar 7, 2024
1 parent 7eaa593 commit 5e071f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ballerina/tests/Config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[docusign.dsadmin]
clientId = "mock-client-id"
clientSecret = "mock-client-secret"
refreshToken = "mock-refresh-token"
refreshUrl = "http://localhost:9444/oauth2/token"
accountId = "mock-account-id"
userId = "mock-user-id"
email = "[email protected]"

0 comments on commit 5e071f2

Please sign in to comment.