style: apply review test formatting

This commit is contained in:
lda
2026-09-10 02:19:29 +07:00 Verified
parent 0813b9fcfc
commit 337af914b4
4 changed files with 8 additions and 10 deletions
+1 -3
View File
@@ -527,9 +527,7 @@ async def test_update_stale_revision_rejected(tmp_path: Path) -> None:
async def test_admin_mutation_waits_for_poll_transaction(tmp_path: Path) -> None:
"""A poll transition and an API edit cannot interleave store writes."""
api, sched_store, run_store, artifact_store, _ = _harness(
tmp_path / "admin_poll"
)
api, sched_store, run_store, artifact_store, _ = _harness(tmp_path / "admin_poll")
await api.create_schedule(
schedule_id="s", deployment_id="dep.personal", trigger=_cron()
)