fix: restore snapshot admin CI validation
Snapshot Admin Validation / validate (push) Failing after 7s
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 19s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 57s

This commit is contained in:
2026-07-12 12:26:55 +09:00
parent 92efa934a2
commit 890ed68a0f
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ def test_validation_helpers_detect_invalid_rows():
assert "account_snapshot row 1: ticker required" in validate_account_snapshot_rows(
[{"captured_at": "2026-06-21", "account": "real", "name": "삼성전자", "parse_status": "BAD"}]
)
assert "account_snapshot row 1: ticker must be 6 digits" in validate_account_snapshot_rows(
assert "account_snapshot row 1: ticker must be 6 digits or an uppercase symbol" in validate_account_snapshot_rows(
[{"captured_at": "2026-06-21", "account": "real", "account_type": "일반계좌", "ticker": "5930", "name": "삼성전자", "parse_status": "NOT_PROVIDED"}]
)
assert "account_snapshot row 1: holding_quantity must be >= 0" in validate_account_snapshot_rows(