Skip to content

Commit 2a258bf

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(tests): update some example values (#387)
1 parent e37920b commit 2a258bf

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-55ff507660a4f8b4a1809ca01861098c7bc72e8e6ea038fb3aa8c0a3b9a954e2.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-29792ccf0733c5605b8c1d3cc2e80d93d364a8cdf1a66e8db7f425b60ea38ced.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="12345678-1234-1234-1234-123456789ABC",
31+
client_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
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="12345678-1234-1234-1234-123456789ABC",
76+
client_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
7777
client_secret="<your_client_secret>",
7878
redirect_uri="https://example.com",
7979
)

0 commit comments

Comments
 (0)