From 83a7dcfc72e6a3e46803935b06c3370f79dbf049 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:32:51 +0000 Subject: [PATCH] chore(internal): codegen related update (#2403) --- tests/api_resources/test_ai.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api_resources/test_ai.py b/tests/api_resources/test_ai.py index ed27ad26aca..f25b3e34f7e 100644 --- a/tests/api_resources/test_ai.py +++ b/tests/api_resources/test_ai.py @@ -91,7 +91,7 @@ def test_method_run_with_all_params_overload_2(self, client: Cloudflare) -> None image_b64="image_b64", mask=[0], negative_prompt="negative_prompt", - num_steps=0, + num_steps=20, seed=0, strength=0, width=256, @@ -910,7 +910,7 @@ async def test_method_run_with_all_params_overload_2(self, async_client: AsyncCl image_b64="image_b64", mask=[0], negative_prompt="negative_prompt", - num_steps=0, + num_steps=20, seed=0, strength=0, width=256,