@@ -30,7 +30,7 @@ def test_create_required_params
3030 def test_retrieve_required_params
3131 skip ( "Mock server tests are disabled" )
3232
33- response = @only_fans_api . trial_links . retrieve ( "corporis " , account : "acct_XXXXXXXXXXXXXXX" )
33+ response = @only_fans_api . trial_links . retrieve ( "facilis " , account : "acct_XXXXXXXXXXXXXXX" )
3434
3535 assert_pattern do
3636 response => Onlyfans ::Models ::TrialLinkRetrieveResponse
@@ -65,7 +65,7 @@ def test_list_required_params
6565 def test_delete_required_params
6666 skip ( "Mock server tests are disabled" )
6767
68- response = @only_fans_api . trial_links . delete ( "corporis " , account : "acct_XXXXXXXXXXXXXXX" )
68+ response = @only_fans_api . trial_links . delete ( "facilis " , account : "acct_XXXXXXXXXXXXXXX" )
6969
7070 assert_pattern do
7171 response => Onlyfans ::Models ::TrialLinkDeleteResponse
@@ -100,12 +100,7 @@ def test_list_subscribers_required_params
100100 skip ( "Mock server tests are disabled" )
101101
102102 response =
103- @only_fans_api . trial_links . list_subscribers (
104- "iusto" ,
105- account : "acct_XXXXXXXXXXXXXXX" ,
106- limit : 10 ,
107- offset : 0
108- )
103+ @only_fans_api . trial_links . list_subscribers ( "et" , account : "acct_XXXXXXXXXXXXXXX" , limit : 10 , offset : 0 )
109104
110105 assert_pattern do
111106 response => Onlyfans ::Models ::TrialLinkListSubscribersResponse
@@ -122,7 +117,7 @@ def test_list_subscribers_required_params
122117 def test_retrieve_cohort_arps_required_params
123118 skip ( "Mock server tests are disabled" )
124119
125- response = @only_fans_api . trial_links . retrieve_cohort_arps ( "odio " , account : "acct_XXXXXXXXXXXXXXX" )
120+ response = @only_fans_api . trial_links . retrieve_cohort_arps ( "laboriosam " , account : "acct_XXXXXXXXXXXXXXX" )
126121
127122 assert_pattern do
128123 response => nil
@@ -132,7 +127,7 @@ def test_retrieve_cohort_arps_required_params
132127 def test_retrieve_stats_required_params
133128 skip ( "Mock server tests are disabled" )
134129
135- response = @only_fans_api . trial_links . retrieve_stats ( "sed " , account : "acct_XXXXXXXXXXXXXXX" )
130+ response = @only_fans_api . trial_links . retrieve_stats ( "animi " , account : "acct_XXXXXXXXXXXXXXX" )
136131
137132 assert_pattern do
138133 response => Onlyfans ::Models ::TrialLinkRetrieveStatsResponse
0 commit comments