feat(engineering): enforce V1-0 write invariants
This commit is contained in:
@@ -132,6 +132,7 @@ def test_api_post_entity_with_null_project_stores_global(seeded_db):
|
||||
"entity_type": "material",
|
||||
"name": "Titanium",
|
||||
"project": None,
|
||||
"hand_authored": True, # V1-0 F-8: test fixture, no source_refs
|
||||
})
|
||||
assert r.status_code == 200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user