@@ -285,7 +285,7 @@ def test_path_params_delete(self, client: OnlyFansAPI) -> None:
285285 @parametrize
286286 def test_method_add_story (self , client : OnlyFansAPI ) -> None :
287287 highlight = client .stories .highlights .add_story (
288- path_story_id = "et " ,
288+ path_story_id = "laboriosam " ,
289289 account = "acct_XXXXXXXXXXXXXXX" ,
290290 highlight_id = 1234567890 ,
291291 body_story_id = 2345678901 ,
@@ -296,7 +296,7 @@ def test_method_add_story(self, client: OnlyFansAPI) -> None:
296296 @parametrize
297297 def test_raw_response_add_story (self , client : OnlyFansAPI ) -> None :
298298 response = client .stories .highlights .with_raw_response .add_story (
299- path_story_id = "et " ,
299+ path_story_id = "laboriosam " ,
300300 account = "acct_XXXXXXXXXXXXXXX" ,
301301 highlight_id = 1234567890 ,
302302 body_story_id = 2345678901 ,
@@ -311,7 +311,7 @@ def test_raw_response_add_story(self, client: OnlyFansAPI) -> None:
311311 @parametrize
312312 def test_streaming_response_add_story (self , client : OnlyFansAPI ) -> None :
313313 with client .stories .highlights .with_streaming_response .add_story (
314- path_story_id = "et " ,
314+ path_story_id = "laboriosam " ,
315315 account = "acct_XXXXXXXXXXXXXXX" ,
316316 highlight_id = 1234567890 ,
317317 body_story_id = 2345678901 ,
@@ -329,7 +329,7 @@ def test_streaming_response_add_story(self, client: OnlyFansAPI) -> None:
329329 def test_path_params_add_story (self , client : OnlyFansAPI ) -> None :
330330 with pytest .raises (ValueError , match = r"Expected a non-empty value for `account` but received ''" ):
331331 client .stories .highlights .with_raw_response .add_story (
332- path_story_id = "et " ,
332+ path_story_id = "laboriosam " ,
333333 account = "" ,
334334 highlight_id = 1234567890 ,
335335 body_story_id = 2345678901 ,
@@ -347,7 +347,7 @@ def test_path_params_add_story(self, client: OnlyFansAPI) -> None:
347347 @parametrize
348348 def test_method_remove_story (self , client : OnlyFansAPI ) -> None :
349349 highlight = client .stories .highlights .remove_story (
350- story_id = "et " ,
350+ story_id = "laboriosam " ,
351351 account = "acct_XXXXXXXXXXXXXXX" ,
352352 highlight_id = 1234567890 ,
353353 )
@@ -357,7 +357,7 @@ def test_method_remove_story(self, client: OnlyFansAPI) -> None:
357357 @parametrize
358358 def test_raw_response_remove_story (self , client : OnlyFansAPI ) -> None :
359359 response = client .stories .highlights .with_raw_response .remove_story (
360- story_id = "et " ,
360+ story_id = "laboriosam " ,
361361 account = "acct_XXXXXXXXXXXXXXX" ,
362362 highlight_id = 1234567890 ,
363363 )
@@ -371,7 +371,7 @@ def test_raw_response_remove_story(self, client: OnlyFansAPI) -> None:
371371 @parametrize
372372 def test_streaming_response_remove_story (self , client : OnlyFansAPI ) -> None :
373373 with client .stories .highlights .with_streaming_response .remove_story (
374- story_id = "et " ,
374+ story_id = "laboriosam " ,
375375 account = "acct_XXXXXXXXXXXXXXX" ,
376376 highlight_id = 1234567890 ,
377377 ) as response :
@@ -388,7 +388,7 @@ def test_streaming_response_remove_story(self, client: OnlyFansAPI) -> None:
388388 def test_path_params_remove_story (self , client : OnlyFansAPI ) -> None :
389389 with pytest .raises (ValueError , match = r"Expected a non-empty value for `account` but received ''" ):
390390 client .stories .highlights .with_raw_response .remove_story (
391- story_id = "et " ,
391+ story_id = "laboriosam " ,
392392 account = "" ,
393393 highlight_id = 1234567890 ,
394394 )
@@ -666,7 +666,7 @@ async def test_path_params_delete(self, async_client: AsyncOnlyFansAPI) -> None:
666666 @parametrize
667667 async def test_method_add_story (self , async_client : AsyncOnlyFansAPI ) -> None :
668668 highlight = await async_client .stories .highlights .add_story (
669- path_story_id = "et " ,
669+ path_story_id = "laboriosam " ,
670670 account = "acct_XXXXXXXXXXXXXXX" ,
671671 highlight_id = 1234567890 ,
672672 body_story_id = 2345678901 ,
@@ -677,7 +677,7 @@ async def test_method_add_story(self, async_client: AsyncOnlyFansAPI) -> None:
677677 @parametrize
678678 async def test_raw_response_add_story (self , async_client : AsyncOnlyFansAPI ) -> None :
679679 response = await async_client .stories .highlights .with_raw_response .add_story (
680- path_story_id = "et " ,
680+ path_story_id = "laboriosam " ,
681681 account = "acct_XXXXXXXXXXXXXXX" ,
682682 highlight_id = 1234567890 ,
683683 body_story_id = 2345678901 ,
@@ -692,7 +692,7 @@ async def test_raw_response_add_story(self, async_client: AsyncOnlyFansAPI) -> N
692692 @parametrize
693693 async def test_streaming_response_add_story (self , async_client : AsyncOnlyFansAPI ) -> None :
694694 async with async_client .stories .highlights .with_streaming_response .add_story (
695- path_story_id = "et " ,
695+ path_story_id = "laboriosam " ,
696696 account = "acct_XXXXXXXXXXXXXXX" ,
697697 highlight_id = 1234567890 ,
698698 body_story_id = 2345678901 ,
@@ -710,7 +710,7 @@ async def test_streaming_response_add_story(self, async_client: AsyncOnlyFansAPI
710710 async def test_path_params_add_story (self , async_client : AsyncOnlyFansAPI ) -> None :
711711 with pytest .raises (ValueError , match = r"Expected a non-empty value for `account` but received ''" ):
712712 await async_client .stories .highlights .with_raw_response .add_story (
713- path_story_id = "et " ,
713+ path_story_id = "laboriosam " ,
714714 account = "" ,
715715 highlight_id = 1234567890 ,
716716 body_story_id = 2345678901 ,
@@ -728,7 +728,7 @@ async def test_path_params_add_story(self, async_client: AsyncOnlyFansAPI) -> No
728728 @parametrize
729729 async def test_method_remove_story (self , async_client : AsyncOnlyFansAPI ) -> None :
730730 highlight = await async_client .stories .highlights .remove_story (
731- story_id = "et " ,
731+ story_id = "laboriosam " ,
732732 account = "acct_XXXXXXXXXXXXXXX" ,
733733 highlight_id = 1234567890 ,
734734 )
@@ -738,7 +738,7 @@ async def test_method_remove_story(self, async_client: AsyncOnlyFansAPI) -> None
738738 @parametrize
739739 async def test_raw_response_remove_story (self , async_client : AsyncOnlyFansAPI ) -> None :
740740 response = await async_client .stories .highlights .with_raw_response .remove_story (
741- story_id = "et " ,
741+ story_id = "laboriosam " ,
742742 account = "acct_XXXXXXXXXXXXXXX" ,
743743 highlight_id = 1234567890 ,
744744 )
@@ -752,7 +752,7 @@ async def test_raw_response_remove_story(self, async_client: AsyncOnlyFansAPI) -
752752 @parametrize
753753 async def test_streaming_response_remove_story (self , async_client : AsyncOnlyFansAPI ) -> None :
754754 async with async_client .stories .highlights .with_streaming_response .remove_story (
755- story_id = "et " ,
755+ story_id = "laboriosam " ,
756756 account = "acct_XXXXXXXXXXXXXXX" ,
757757 highlight_id = 1234567890 ,
758758 ) as response :
@@ -769,7 +769,7 @@ async def test_streaming_response_remove_story(self, async_client: AsyncOnlyFans
769769 async def test_path_params_remove_story (self , async_client : AsyncOnlyFansAPI ) -> None :
770770 with pytest .raises (ValueError , match = r"Expected a non-empty value for `account` but received ''" ):
771771 await async_client .stories .highlights .with_raw_response .remove_story (
772- story_id = "et " ,
772+ story_id = "laboriosam " ,
773773 account = "" ,
774774 highlight_id = 1234567890 ,
775775 )
0 commit comments