@@ -72,22 +72,22 @@ def test_path_params_create(self, client: Intercom) -> None:
7272 @parametrize
7373 def test_method_list (self , client : Intercom ) -> None :
7474 company = client .contacts .companies .list (
75- contact_id = "contact_id " ,
75+ contact_id = "63a07ddf05a32042dffac965 " ,
7676 )
7777 assert_matches_type (ContactAttachedCompanies , company , path = ["response" ])
7878
7979 @parametrize
8080 def test_method_list_with_all_params (self , client : Intercom ) -> None :
8181 company = client .contacts .companies .list (
82- contact_id = "contact_id " ,
82+ contact_id = "63a07ddf05a32042dffac965 " ,
8383 intercom_version = "2.11" ,
8484 )
8585 assert_matches_type (ContactAttachedCompanies , company , path = ["response" ])
8686
8787 @parametrize
8888 def test_raw_response_list (self , client : Intercom ) -> None :
8989 response = client .contacts .companies .with_raw_response .list (
90- contact_id = "contact_id " ,
90+ contact_id = "63a07ddf05a32042dffac965 " ,
9191 )
9292
9393 assert response .is_closed is True
@@ -98,7 +98,7 @@ def test_raw_response_list(self, client: Intercom) -> None:
9898 @parametrize
9999 def test_streaming_response_list (self , client : Intercom ) -> None :
100100 with client .contacts .companies .with_streaming_response .list (
101- contact_id = "contact_id " ,
101+ contact_id = "63a07ddf05a32042dffac965 " ,
102102 ) as response :
103103 assert not response .is_closed
104104 assert response .http_request .headers .get ("X-Stainless-Lang" ) == "python"
@@ -230,22 +230,22 @@ async def test_path_params_create(self, async_client: AsyncIntercom) -> None:
230230 @parametrize
231231 async def test_method_list (self , async_client : AsyncIntercom ) -> None :
232232 company = await async_client .contacts .companies .list (
233- contact_id = "contact_id " ,
233+ contact_id = "63a07ddf05a32042dffac965 " ,
234234 )
235235 assert_matches_type (ContactAttachedCompanies , company , path = ["response" ])
236236
237237 @parametrize
238238 async def test_method_list_with_all_params (self , async_client : AsyncIntercom ) -> None :
239239 company = await async_client .contacts .companies .list (
240- contact_id = "contact_id " ,
240+ contact_id = "63a07ddf05a32042dffac965 " ,
241241 intercom_version = "2.11" ,
242242 )
243243 assert_matches_type (ContactAttachedCompanies , company , path = ["response" ])
244244
245245 @parametrize
246246 async def test_raw_response_list (self , async_client : AsyncIntercom ) -> None :
247247 response = await async_client .contacts .companies .with_raw_response .list (
248- contact_id = "contact_id " ,
248+ contact_id = "63a07ddf05a32042dffac965 " ,
249249 )
250250
251251 assert response .is_closed is True
@@ -256,7 +256,7 @@ async def test_raw_response_list(self, async_client: AsyncIntercom) -> None:
256256 @parametrize
257257 async def test_streaming_response_list (self , async_client : AsyncIntercom ) -> None :
258258 async with async_client .contacts .companies .with_streaming_response .list (
259- contact_id = "contact_id " ,
259+ contact_id = "63a07ddf05a32042dffac965 " ,
260260 ) as response :
261261 assert not response .is_closed
262262 assert response .http_request .headers .get ("X-Stainless-Lang" ) == "python"
0 commit comments