We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218b138 commit cfe02e7Copy full SHA for cfe02e7
2 files changed
.github/workflows/sf_cli_integration.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Register fake org 'dev1' with SF CLI
58
run: |
59
sleep 1
60
- echo "fake_access_token_00D000000000001AAA" | \
+ echo "00D000000000001AAA!fakeAccessTokenForCITesting" | \
61
sf org login access-token \
62
--instance-url http://localhost:8888 \
63
--alias dev1 \
scripts/mock_sf_server.py
@@ -52,7 +52,7 @@
52
}
53
54
_TOKEN_RESPONSE = {
55
- "access_token": "fake_access_token_00D000000000001AAA",
+ "access_token": "00D000000000001AAA!fakeAccessTokenForCITesting",
56
"instance_url": f"http://localhost:{PORT}",
"token_type": "Bearer",
"scope": "api",
0 commit comments