@@ -205,8 +205,8 @@ def test_method_fetch_costs_with_all_params(self, client: Orb) -> None:
205205 subscription = client .subscriptions .fetch_costs (
206206 "string" ,
207207 group_by = "string" ,
208- timeframe_end = parse_datetime ("2019-12-27T18:11:19.117Z " ),
209- timeframe_start = parse_datetime ("2019-12-27T18:11:19.117Z " ),
208+ timeframe_end = parse_datetime ("2022-03-01T05:00:00Z " ),
209+ timeframe_start = parse_datetime ("2022-02-01T05:00:00Z " ),
210210 view_mode = "periodic" ,
211211 )
212212 assert_matches_type (SubscriptionFetchCostsResponse , subscription , path = ["response" ])
@@ -271,8 +271,8 @@ def test_method_fetch_usage_with_all_params(self, client: Orb) -> None:
271271 limit = 0 ,
272272 second_dimension_key = "string" ,
273273 second_dimension_value = "string" ,
274- timeframe_end = parse_datetime ("2019-12-27T18:11:19.117Z " ),
275- timeframe_start = parse_datetime ("2019-12-27T18:11:19.117Z " ),
274+ timeframe_end = parse_datetime ("2022-03-01T05:00:00Z " ),
275+ timeframe_start = parse_datetime ("2022-02-01T05:00:00Z " ),
276276 view_mode = "periodic" ,
277277 )
278278 assert_matches_type (SubscriptionUsage , subscription , path = ["response" ])
@@ -917,8 +917,8 @@ async def test_method_fetch_costs_with_all_params(self, client: AsyncOrb) -> Non
917917 subscription = await client .subscriptions .fetch_costs (
918918 "string" ,
919919 group_by = "string" ,
920- timeframe_end = parse_datetime ("2019-12-27T18:11:19.117Z " ),
921- timeframe_start = parse_datetime ("2019-12-27T18:11:19.117Z " ),
920+ timeframe_end = parse_datetime ("2022-03-01T05:00:00Z " ),
921+ timeframe_start = parse_datetime ("2022-02-01T05:00:00Z " ),
922922 view_mode = "periodic" ,
923923 )
924924 assert_matches_type (SubscriptionFetchCostsResponse , subscription , path = ["response" ])
@@ -983,8 +983,8 @@ async def test_method_fetch_usage_with_all_params(self, client: AsyncOrb) -> Non
983983 limit = 0 ,
984984 second_dimension_key = "string" ,
985985 second_dimension_value = "string" ,
986- timeframe_end = parse_datetime ("2019-12-27T18:11:19.117Z " ),
987- timeframe_start = parse_datetime ("2019-12-27T18:11:19.117Z " ),
986+ timeframe_end = parse_datetime ("2022-03-01T05:00:00Z " ),
987+ timeframe_start = parse_datetime ("2022-02-01T05:00:00Z " ),
988988 view_mode = "periodic" ,
989989 )
990990 assert_matches_type (SubscriptionUsage , subscription , path = ["response" ])
0 commit comments