Skip to content

Commit d594a16

Browse files
feat(api): api update (#985)
1 parent 748774d commit d594a16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5c3b5c54f9deac8411f40a4a8e14715ed60acd2ae56c5e36e83664586ef5aafd.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d4eedf5add319b076d462be8b764246f0c3251ff60708906a90494e05ed8e93c.yml

tests/api_resources/test_event_subscriptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_method_create(self, client: Increase) -> None:
3131
def test_method_create_with_all_params(self, client: Increase) -> None:
3232
event_subscription = client.event_subscriptions.create(
3333
url="https://website.com/webhooks",
34-
oauth_connection_id="oauth_connection_id",
34+
oauth_connection_id="x",
3535
selected_event_category="account.created",
3636
shared_secret="x",
3737
)
@@ -194,7 +194,7 @@ async def test_method_create(self, async_client: AsyncIncrease) -> None:
194194
async def test_method_create_with_all_params(self, async_client: AsyncIncrease) -> None:
195195
event_subscription = await async_client.event_subscriptions.create(
196196
url="https://website.com/webhooks",
197-
oauth_connection_id="oauth_connection_id",
197+
oauth_connection_id="x",
198198
selected_event_category="account.created",
199199
shared_secret="x",
200200
)

0 commit comments

Comments
 (0)