style: apply review test formatting
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user