Skip to content

Commit

Permalink
feat(api): api update (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 25, 2024
1 parent 2d037ba commit 458a4a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tests/api_resources/cloudforce_one/requests/test_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

Expand Down Expand Up @@ -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"])

Expand Down

0 comments on commit 458a4a5

Please sign in to comment.