[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-06-30 09:51:23 +00:00
committed by GitHub
parent e1daa6d8cc
commit 8ae8897a27
3 changed files with 128 additions and 10 deletions
@@ -316,8 +316,11 @@ def test_get_ready_workflow_run_archive_download_task_requires_ready_file() -> N
)
cache = FakeTaskCache(existing_task=ready_task)
assert get_ready_workflow_run_archive_download_task(
tenant_id="tenant-1",
download_id="download-1",
cache=cast(WorkflowRunArchiveDownloadTaskCache, cache),
) == ready_task
assert (
get_ready_workflow_run_archive_download_task(
tenant_id="tenant-1",
download_id="download-1",
cache=cast(WorkflowRunArchiveDownloadTaskCache, cache),
)
== ready_task
)