Skip to content

Commit 6f8331e

Browse files
committed
Lining up test_credentials.json.sample with Android's
1 parent e22e316 commit 6f8331e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22

3-
"access_token":"__NOT_REQUIRED__",
3+
"access_token":"__NOT_REQUIRED__",
44

5-
"test_client_id":"__CLIENT_ID__",
5+
"test_client_id":"__INSERT_REMOTE_ACCESS_CLIENT_KEY_HERE__",
66

7-
"test_login_domain":"test.salesforce.com",
7+
"test_login_domain":"__INSERT_LOGIN_URL_HERE__",
88

9-
"test_redirect_uri":"__REDIRECT_URI__",
9+
"test_redirect_uri":"__INSERT_REMOTE_ACCESS_CALLBACK_URL_HERE__",
1010

1111
"refresh_token":"__INSERT_TOKEN_HERE__",
1212

13-
"instance_url":"https://cs1.salesforce.com",
13+
"instance_url":"__INSERT_INSTANCE_URL_HERE__",
1414

15-
"identity_url":"https://test.salesforce.com"
15+
"identity_url":"__INSERT_IDENTITY_URL_HERE__"
1616

1717
}

0 commit comments

Comments
 (0)