Changeset fd1913f in flexoentity for tests/conftest.py


Ignore:
Timestamp:
11/20/25 12:01:11 (8 weeks ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
master
Children:
9592936
Parents:
32fdc4a
Message:

version logic simplified - parsed renamed to to_dict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/conftest.py

    r32fdc4a rfd1913f  
    8282        # restore FlexoEntity core fields
    8383        if "flexo_id" in data:
    84             obj.flexo_id = FlexOID.parsed(data["flexo_id"])
     84            obj.flexo_id = FlexOID.to_dict(data["flexo_id"])
    8585        return obj
    8686
Note: See TracChangeset for help on using the changeset viewer.