From fa1cf5bc0f2dde91ce575a9f387b6a3c9727078a Mon Sep 17 00:00:00 2001 From: rafid saad Date: Tue, 3 Feb 2026 10:51:45 -0800 Subject: [PATCH] Replace patch with update --- libs/sdk-py/tests/test_crons_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sdk-py/tests/test_crons_client.py b/libs/sdk-py/tests/test_crons_client.py index 70ced84e2..ea2f2a269 100644 --- a/libs/sdk-py/tests/test_crons_client.py +++ b/libs/sdk-py/tests/test_crons_client.py @@ -364,7 +364,7 @@ async def test_async_update(): @pytest.mark.asyncio async def test_async_update_with_end_time(): - """Test that CronClient.patch includes end_time in the payload.""" + """Test that CronClient.update includes end_time in the payload.""" cron = _cron_response() end_time = datetime(2025, 12, 31, 23, 59, 59, tzinfo=timezone.utc) @@ -397,7 +397,7 @@ async def test_async_update_with_end_time(): def test_sync_update(): - """Test that SyncCronClient.patch works with schedule and enabled parameters.""" + """Test that SyncCronClient.update works with schedule and enabled parameters.""" cron = _cron_response() def handler(request: httpx.Request) -> httpx.Response: