Changeset 0b4a5e6 in flexoentity for tests/test_persistance_integrity.py


Ignore:
Timestamp:
10/19/25 14:50:53 (3 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
master
Children:
12d7663
Parents:
59342ce
Message:

remove state from hash to keep prefix unchanged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test_persistance_integrity.py

    r59342ce r0b4a5e6  
    4040    assert not FlexoEntity.verify_integrity(loaded)
    4141
    42     # For state-aware systems, content-only integrity is *not applicable* unless regenerated
    43     # (i.e., the stored signature is not purely text-based). So we only assert the failure is detected.
    44     assert not FlexoEntity.verify_content_integrity(loaded)
    45 
    4642    assert approved_entity.flexo_id.signature == loaded.flexo_id.signature
    4743    assert approved_entity.flexo_id == loaded.flexo_id
Note: See TracChangeset for help on using the changeset viewer.