Index: tests/test_persistance_integrity.py
===================================================================
--- tests/test_persistance_integrity.py	(revision 59342cedd0bd83557ceb5440aeb05f2ea79e5318)
+++ tests/test_persistance_integrity.py	(revision 811ce96ebfcf3a4883d7a135389f44aadea958ca)
@@ -40,8 +40,4 @@
     assert not FlexoEntity.verify_integrity(loaded)
 
-    # For state-aware systems, content-only integrity is *not applicable* unless regenerated
-    # (i.e., the stored signature is not purely text-based). So we only assert the failure is detected.
-    assert not FlexoEntity.verify_content_integrity(loaded)
-
     assert approved_entity.flexo_id.signature == loaded.flexo_id.signature
     assert approved_entity.flexo_id == loaded.flexo_id
