Skip to content

Commit cfe02e7

Browse files
committed
fake token
1 parent 218b138 commit cfe02e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sf_cli_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Register fake org 'dev1' with SF CLI
5858
run: |
5959
sleep 1
60-
echo "fake_access_token_00D000000000001AAA" | \
60+
echo "00D000000000001AAA!fakeAccessTokenForCITesting" | \
6161
sf org login access-token \
6262
--instance-url http://localhost:8888 \
6363
--alias dev1 \

scripts/mock_sf_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353

5454
_TOKEN_RESPONSE = {
55-
"access_token": "fake_access_token_00D000000000001AAA",
55+
"access_token": "00D000000000001AAA!fakeAccessTokenForCITesting",
5656
"instance_url": f"http://localhost:{PORT}",
5757
"token_type": "Bearer",
5858
"scope": "api",

0 commit comments

Comments
 (0)