Live Trading Boundary의 남은 account-sync/audit-trail 작업을 완료해 운영자 headless workflow와 roadmap 완료 후보 상태를 함께 반영한다.
22 lines
474 B
YAML
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
|