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