fix: 下单后自动进入只读核单 (#119)

This commit is contained in:
chengma
2026-08-10 19:18:26 +08:00
parent 4c722558ad
commit b789b50a16
6 changed files with 69 additions and 4 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ class TaskDispatcherTest(unittest.TestCase):
).execute_one()
self.assertEqual(dry_outcome.kind, "no_task")
self.assertEqual(live_outcome.kind, "manual_review")
self.assertEqual(live_outcome.kind, "reconcile_pending")
self.assertEqual(
self.repository.get_task(task.task_id).execution_mode,
"live",