@@ -117,7 +117,7 @@ public function testListClicks(): void
117117 $ this ->markTestSkipped ('Mock server tests are disabled ' );
118118 }
119119
120- $ result = $ this ->client ->smartLinks ->listClicks ('omnis ' );
120+ $ result = $ this ->client ->smartLinks ->listClicks ('rerum ' );
121121
122122 // @phpstan-ignore-next-line method.alreadyNarrowedType
123123 $ this ->assertInstanceOf (SmartLinkListClicksResponse::class, $ result );
@@ -130,7 +130,7 @@ public function testListConversions(): void
130130 $ this ->markTestSkipped ('Mock server tests are disabled ' );
131131 }
132132
133- $ result = $ this ->client ->smartLinks ->listConversions ('commodi ' );
133+ $ result = $ this ->client ->smartLinks ->listConversions ('facilis ' );
134134
135135 // @phpstan-ignore-next-line method.alreadyNarrowedType
136136 $ this ->assertInstanceOf (SmartLinkListConversionsResponse::class, $ result );
@@ -143,7 +143,7 @@ public function testListFans(): void
143143 $ this ->markTestSkipped ('Mock server tests are disabled ' );
144144 }
145145
146- $ result = $ this ->client ->smartLinks ->listFans ('voluptas ' );
146+ $ result = $ this ->client ->smartLinks ->listFans ('ducimus ' );
147147
148148 // @phpstan-ignore-next-line method.alreadyNarrowedType
149149 $ this ->assertInstanceOf (SmartLinkListFansResponse::class, $ result );
@@ -156,7 +156,7 @@ public function testListSpenders(): void
156156 $ this ->markTestSkipped ('Mock server tests are disabled ' );
157157 }
158158
159- $ result = $ this ->client ->smartLinks ->listSpenders ('impedit ' );
159+ $ result = $ this ->client ->smartLinks ->listSpenders ('nam ' );
160160
161161 // @phpstan-ignore-next-line method.alreadyNarrowedType
162162 $ this ->assertInstanceOf (SmartLinkListSpendersResponse::class, $ result );
@@ -169,7 +169,7 @@ public function testRetrieveCohortArps(): void
169169 $ this ->markTestSkipped ('Mock server tests are disabled ' );
170170 }
171171
172- $ result = $ this ->client ->smartLinks ->retrieveCohortArps ('omnis ' );
172+ $ result = $ this ->client ->smartLinks ->retrieveCohortArps ('eaque ' );
173173
174174 // @phpstan-ignore-next-line method.alreadyNarrowedType
175175 $ this ->assertNull ($ result );
@@ -182,7 +182,7 @@ public function testRetrieveStats(): void
182182 $ this ->markTestSkipped ('Mock server tests are disabled ' );
183183 }
184184
185- $ result = $ this ->client ->smartLinks ->retrieveStats ('dolor ' );
185+ $ result = $ this ->client ->smartLinks ->retrieveStats ('impedit ' );
186186
187187 // @phpstan-ignore-next-line method.alreadyNarrowedType
188188 $ this ->assertInstanceOf (SmartLinkGetStatsResponse::class, $ result );
0 commit comments