Skip to content

Commit c55c63a

Browse files
feat(api): api update (#603)
1 parent b6b5c68 commit c55c63a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 103
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-aeb94d91af916dbff0132ee7c4501df9223609b19fef0398a1a495e7a432ee36.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-36a6db97756e8658369c9af3c0ac532ecacb032e5b8f6211094dcb4052943ff3.yml

tests/api_resources/test_subscriptions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_method_create_with_all_params(self, client: Orb) -> None:
197197
}
198198
],
199199
start_date=parse_datetime("2019-12-27T18:11:19.117Z"),
200-
trial_duration_days=999999,
200+
trial_duration_days=0,
201201
usage_customer_ids=["string"],
202202
)
203203
assert_matches_type(SubscriptionCreateResponse, subscription, path=["response"])
@@ -863,7 +863,7 @@ def test_method_schedule_plan_change_with_all_params(self, client: Orb) -> None:
863863
"price_id": "h74gfhdjvn7ujokd",
864864
}
865865
],
866-
trial_duration_days=999999,
866+
trial_duration_days=0,
867867
usage_customer_ids=["string"],
868868
)
869869
assert_matches_type(SubscriptionSchedulePlanChangeResponse, subscription, path=["response"])
@@ -1343,7 +1343,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncOrb) -> No
13431343
}
13441344
],
13451345
start_date=parse_datetime("2019-12-27T18:11:19.117Z"),
1346-
trial_duration_days=999999,
1346+
trial_duration_days=0,
13471347
usage_customer_ids=["string"],
13481348
)
13491349
assert_matches_type(SubscriptionCreateResponse, subscription, path=["response"])
@@ -2009,7 +2009,7 @@ async def test_method_schedule_plan_change_with_all_params(self, async_client: A
20092009
"price_id": "h74gfhdjvn7ujokd",
20102010
}
20112011
],
2012-
trial_duration_days=999999,
2012+
trial_duration_days=0,
20132013
usage_customer_ids=["string"],
20142014
)
20152015
assert_matches_type(SubscriptionSchedulePlanChangeResponse, subscription, path=["response"])

0 commit comments

Comments
 (0)