fix(rectification): restore classic eight methods and observe KP Placidus cusps
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -78,6 +78,8 @@ class RectificationV5ServicesTest(unittest.TestCase):
|
||||
"family": ("family_event",),
|
||||
"appearance": ("appearance_note",),
|
||||
"marks": ("birthmark_or_scar",),
|
||||
"occupation": ("occupation_note",),
|
||||
"horary": ("horary_query",),
|
||||
"other": ("other",),
|
||||
}
|
||||
|
||||
@@ -117,6 +119,7 @@ class RectificationV5ServicesTest(unittest.TestCase):
|
||||
body = request()
|
||||
body["events"] = [
|
||||
event(2, "other", "other", precision="year"),
|
||||
event(3, "horary", "horary_query", precision="day"),
|
||||
]
|
||||
normalized = normalize_rectification_request(body, today=date(2026, 7, 28))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user