@@ -30,7 +30,6 @@ def test_method_create(self, client: Cloudflare) -> None:
3030 enabled = True ,
3131 name = "name" ,
3232 pattern = {"regex" : "regex" },
33- profile_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
3433 )
3534 assert_matches_type (Optional [CustomCreateResponse ], custom , path = ["response" ])
3635
@@ -55,7 +54,6 @@ def test_raw_response_create(self, client: Cloudflare) -> None:
5554 enabled = True ,
5655 name = "name" ,
5756 pattern = {"regex" : "regex" },
58- profile_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
5957 )
6058
6159 assert response .is_closed is True
@@ -70,7 +68,6 @@ def test_streaming_response_create(self, client: Cloudflare) -> None:
7068 enabled = True ,
7169 name = "name" ,
7270 pattern = {"regex" : "regex" },
73- profile_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
7471 ) as response :
7572 assert not response .is_closed
7673 assert response .http_request .headers .get ("X-Stainless-Lang" ) == "python"
@@ -88,7 +85,6 @@ def test_path_params_create(self, client: Cloudflare) -> None:
8885 enabled = True ,
8986 name = "name" ,
9087 pattern = {"regex" : "regex" },
91- profile_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
9288 )
9389
9490 @pytest .mark .skip (reason = "TODO: investigate 422 error in prism test" )
@@ -320,7 +316,6 @@ async def test_method_create(self, async_client: AsyncCloudflare) -> None:
320316 enabled = True ,
321317 name = "name" ,
322318 pattern = {"regex" : "regex" },
323- profile_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
324319 )
325320 assert_matches_type (Optional [CustomCreateResponse ], custom , path = ["response" ])
326321
@@ -345,7 +340,6 @@ async def test_raw_response_create(self, async_client: AsyncCloudflare) -> None:
345340 enabled = True ,
346341 name = "name" ,
347342 pattern = {"regex" : "regex" },
348- profile_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
349343 )
350344
351345 assert response .is_closed is True
@@ -360,7 +354,6 @@ async def test_streaming_response_create(self, async_client: AsyncCloudflare) ->
360354 enabled = True ,
361355 name = "name" ,
362356 pattern = {"regex" : "regex" },
363- profile_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
364357 ) as response :
365358 assert not response .is_closed
366359 assert response .http_request .headers .get ("X-Stainless-Lang" ) == "python"
@@ -378,7 +371,6 @@ async def test_path_params_create(self, async_client: AsyncCloudflare) -> None:
378371 enabled = True ,
379372 name = "name" ,
380373 pattern = {"regex" : "regex" },
381- profile_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
382374 )
383375
384376 @pytest .mark .skip (reason = "TODO: investigate 422 error in prism test" )
0 commit comments