10000 feat(api): api update (#2209) · cloudflare/cloudflare-python@d01d568 · GitHub
[go: up one dir, main page]

Skip to content

Commit d01d568

Browse files
feat(api): api update (#2209)
1 parent bbecb76 commit d01d568

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)
0