Replace patch with update

This commit is contained in:
rafid saad
2026-02-03 10:51:45 -08:00
parent 36f94ba038
commit fa1cf5bc0f
+2 -2
View File
@@ -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: