alt/apps/cli/testdata/operator/live_account_sync.yaml
toki c0db4b24c1 feat(live-trading): 계좌 동기화와 감사 추적을 추가한다
Live Trading Boundary의 남은 account-sync/audit-trail 작업을 완료해 운영자 headless workflow와 roadmap 완료 후보 상태를 함께 반영한다.
2026-06-08 11:18:41 +09:00

22 lines
474 B
YAML

name: live_account_sync
timeout: 10s
steps:
- id: sync_account
action: sync_live_account
request:
account_id: live-acct-1
expect:
status: ok
- id: get_snapshot
action: get_live_account_snapshot
request:
account_id: live-acct-1
expect:
status: ok
- id: get_snapshot_not_found
action: get_live_account_snapshot
request:
account_id: unknown-account
expect:
status: error
error_code: not_found