Skip to content

Commit 458a4a5

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#2209)
1 parent 2d037ba commit 458a4a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1451
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-d36dc7e4556144b130e16fa48fac1c28be22d653c69d998faab608a72bfd2cbc.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3151e81bdc8e6e6f3dc90b21f78c472b90c934926fef1dad65df1f1e13f21b6d.yml

tests/api_resources/cloudforce_one/requests/test_assets.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
9595
asset_identifer="f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
9696
account_identifier="023e105f4ecef8ad9ca31a8372d0c353",
9797
request_identifier="f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
98-
source="@/Users/me/test.doc",
98+
source="@/Users/me/example.docx",
9999
)
100100
assert_matches_type(Optional[AssetUpdateResponse], asset, path=["response"])
101101

@@ -347,7 +347,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
347347
asset_identifer="f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
348348
account_identifier="023e105f4ecef8ad9ca31a8372d0c353",
349349
request_identifier="f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
350-
source="@/Users/me/test.doc",
350+
source="@/Users/me/example.docx",
351351
)
352352
assert_matches_type(Optional[AssetUpdateResponse], asset, path=["response"])
353353

0 commit comments

Comments
 (0)