mscarey / AuthoritySpoke

Reading legal authority for the last time
https://authorityspoke.readthedocs.io
Other
34 stars 2 forks source link

JSONRepository.responses should not be changed by schema #80

Closed mscarey closed 3 years ago

mscarey commented 4 years ago

Somehow JSONRepository.responses is being changed by the update_entries_in_enactment_index method.

The fields selection=[] and anchors=[] are being added. That causes further errors.

mscarey commented 3 years ago

JSONRepository has been renamed FakeClient. These fields are no longer being added when update_entries_in_enactment_index runs.