@@ -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