Skip to content

Commit

Permalink
chore(tests): example client_id (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored May 23, 2024
1 parent bbc59cb commit 4e653f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 34
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-a278884107d48c04133891fff0d1123a97169758e2baa82411009277932795af.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-69265939ed1aa33d9890c86a334730210985961db56757efc28ff43696fbd1a7.yml
2 changes: 1 addition & 1 deletion accesstoken_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestAccessTokenNewWithOptionalParams(t *testing.T) {
)
_, err := client.AccessTokens.New(context.TODO(), finchgo.AccessTokenNewParams{
Code: finchgo.F("<your_authorization_code>"),
ClientID: finchgo.F("182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"),
ClientID: finchgo.F("6d28c315-5eaa-4071-8ea5-f030eb45edbc"),
ClientSecret: finchgo.F("<your_client_secret>"),
RedirectUri: finchgo.F("https://example.com"),
})
Expand Down

0 comments on commit 4e653f2

Please sign in to comment.