Skip to content

Commit d4d0d9d

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(tests): example client_id (#392)
1 parent 0d87713 commit d4d0d9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 35
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-a278884107d48c04133891fff0d1123a97169758e2baa82411009277932795af.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-69265939ed1aa33d9890c86a334730210985961db56757efc28ff43696fbd1a7.yml

tests/api_resources/test_access_tokens.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_method_create(self, client: Finch) -> None:
2828
def test_method_create_with_all_params(self, client: Finch) -> None:
2929
access_token = client.access_tokens.create(
3030
code="<your_authorization_code>",
31-
client_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
31+
client_id="6d28c315-5eaa-4071-8ea5-f030eb45edbc",
3232
client_secret="<your_client_secret>",
3333
redirect_uri="https://example.com",
3434
)
@@ -73,7 +73,7 @@ async def test_method_create(self, async_client: AsyncFinch) -> None:
7373
async def test_method_create_with_all_params(self, async_client: AsyncFinch) -> None:
7474
access_token = await async_client.access_tokens.create(
7575
code="<your_authorization_code>",
76-
client_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
76+
client_id="6d28c315-5eaa-4071-8ea5-f030eb45edbc",
7777
client_secret="<your_client_secret>",
7878
redirect_uri="https://example.com",
7979
)

0 commit comments

Comments
 (0)