@@ -185,7 +185,7 @@ def test_method_create_with_all_params(self, client: Orb) -> None:
185
185
}
186
186
],
187
187
start_date = parse_datetime ("2019-12-27T18:11:19.117Z" ),
188
- trial_duration_days = 0 ,
188
+ trial_duration_days = 999999 ,
189
189
)
190
190
assert_matches_type (SubscriptionCreateResponse , subscription , path = ["response" ])
191
191
@@ -832,7 +832,7 @@ def test_method_schedule_plan_change_with_all_params(self, client: Orb) -> None:
832
832
"price_id" : "h74gfhdjvn7ujokd" ,
833
833
}
834
834
],
835
- trial_duration_days = 0 ,
835
+ trial_duration_days = 999999 ,
836
836
)
837
837
assert_matches_type (SubscriptionSchedulePlanChangeResponse , subscription , path = ["response" ])
838
838
@@ -1297,7 +1297,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncOrb) -> No
1297
1297
}
1298
1298
],
1299
1299
start_date = parse_datetime ("2019-12-27T18:11:19.117Z" ),
1300
- trial_duration_days = 0 ,
1300
+ trial_duration_days = 999999 ,
1301
1301
)
1302
1302
assert_matches_type (SubscriptionCreateResponse , subscription , path = ["response" ])
1303
1303
@@ -1944,7 +1944,7 @@ async def test_method_schedule_plan_change_with_all_params(self, async_client: A
1944
1944
"price_id" : "h74gfhdjvn7ujokd" ,
1945
1945
}
1946
1946
],
1947
- trial_duration_days = 0 ,
1947
+ trial_duration_days = 999999 ,
1948
1948
)
1949
1949
assert_matches_type (SubscriptionSchedulePlanChangeResponse , subscription , path = ["response" ])
1950
1950
0 commit comments