From 458a4a57c8ef88b19fdacd6e63c24ab1c9191ecc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:09:10 +0000 Subject: [PATCH] feat(api): api update (#2209) --- .stats.yml | 2 +- tests/api_resources/cloudforce_one/requests/test_assets.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 163999dc641..23c3024b33a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1451 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-d36dc7e4556144b130e16fa48fac1c28be22d653c69d998faab608a72bfd2cbc.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3151e81bdc8e6e6f3dc90b21f78c472b90c934926fef1dad65df1f1e13f21b6d.yml diff --git a/tests/api_resources/cloudforce_one/requests/test_assets.py b/tests/api_resources/cloudforce_one/requests/test_assets.py index fc45a9fc707..73a685dc703 100644 --- a/tests/api_resources/cloudforce_one/requests/test_assets.py +++ b/tests/api_resources/cloudforce_one/requests/test_assets.py @@ -95,7 +95,7 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None: asset_identifer="f174e90a-fafe-4643-bbbc-4a0ed4fc8415", account_identifier="023e105f4ecef8ad9ca31a8372d0c353", request_identifier="f174e90a-fafe-4643-bbbc-4a0ed4fc8415", - source="@/Users/me/test.doc", + source="@/Users/me/example.docx", ) assert_matches_type(Optional[AssetUpdateResponse], asset, path=["response"]) @@ -347,7 +347,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare asset_identifer="f174e90a-fafe-4643-bbbc-4a0ed4fc8415", account_identifier="023e105f4ecef8ad9ca31a8372d0c353", request_identifier="f174e90a-fafe-4643-bbbc-4a0ed4fc8415", - source="@/Users/me/test.doc", + source="@/Users/me/example.docx", ) assert_matches_type(Optional[AssetUpdateResponse], asset, path=["response"])