You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(v9): unit test fixes - Procedure updater, audit fixture camelCase, Entity UNSET defaults
- Procedure.updater(): make definition optional (default '') so updater(qualified_name, name) works
- Entity: set classification_names, meanings, labels, pending_tasks defaults to UNSET so workflow
package serialization omits them (fixes test_packages AssertionError on connection payload)
- Audit search: audit_search_paging.json entity audit keys to camelCase (entityQualifiedName,
typeName, entityId) for EntityAudit decode; assert helpers use first['entityId'] etc.
Made-with: Cursor
0 commit comments