8000 chore: rebuild project due to codegen change (#2165) · cloudflare/cloudflare-python@63d2a65 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63d2a65

Browse files
chore: rebuild project due to codegen change (#2165)
1 parent 7539bc8 commit 63d2a65

File tree

162 files changed

+4571
-15851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+4571
-15851
lines changed

tests/api_resources/accounts/test_members.py

Lines changed: 52 additions & 660 deletions
Large diffs are not rendered by default.

tests/api_resources/accounts/test_subscriptions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
4141
"is_contract": False,
4242
"public_name": "Business Plan",
4343
"scope": "zone",
44-
"sets": ["string", "string", "string"],
44+
"sets": ["string"],
4545
},
4646
)
4747
assert_matches_type(SubscriptionCreateResponse, subscription, path=["response"])
@@ -98,7 +98,7 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
9898
"is_contract": False,
9999
"public_name": "Business Plan",
100100
"scope": "zone",
101-
"sets": ["string", "string", "string"],
101+
"sets": ["string"],
102102
},
103103
)
104104
assert_matches_type(SubscriptionUpdateResponse, subscription, path=["response"])
@@ -256,7 +256,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
256256
"is_contract": False,
257257
"public_name": "Business Plan",
258258
"scope": "zone",
259-
"sets": ["string", "string", "string"],
259+
"sets": ["string"],
260260
},
261261
)
262262
assert_matches_type(SubscriptionCreateResponse, subscription, path=["response"])
@@ -313,7 +313,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
313313
"is_contract": False,
314314
"public_name": "Business Plan",
315315
"scope": "zone",
316-
"sets": ["string", "string", "string"],
316+
"sets": ["string"],
317317
},
318318
)
319319
assert_matches_type(SubscriptionUpdateResponse, subscription, path=["response"])

0 commit comments

Comments
 (0)
0