@@ -291,7 +291,7 @@ class TestSamples(AzureRecordedTestCase):
291291 @pytest .mark .parametrize ("sample_path" , _get_tools_sample_paths ())
292292 @SamplePathPasser ()
293293 @recorded_by_proxy (RecordedTransport .AZURE_CORE , RecordedTransport .HTTPX )
294- def test_samples (self , sample_path : str , ** kwargs ) -> None :
294+ def test_agent_tools_samples (self , sample_path : str , ** kwargs ) -> None :
295295 env_var_mapping = self ._get_sample_environment_variables_map ()
296296 executor = SampleExecutor (self , sample_path , env_var_mapping , ** kwargs )
297297 executor .execute ()
@@ -300,7 +300,7 @@ def test_samples(self, sample_path: str, **kwargs) -> None:
300300 @pytest .mark .parametrize ("sample_path" , _get_tools_sample_paths_async ())
301301 @SamplePathPasser ()
302302 @recorded_by_proxy_async (RecordedTransport .AZURE_CORE , RecordedTransport .HTTPX )
303- async def test_samples_async (self , sample_path : str , ** kwargs ) -> None :
303+ async def test_agent_tools_samples_async (self , sample_path : str , ** kwargs ) -> None :
304304 env_var_mapping = self ._get_sample_environment_variables_map ()
305305 executor = SampleExecutor (self , sample_path , env_var_mapping , ** kwargs )
306306 await executor .execute_async ()
0 commit comments