Closed mscarey closed 3 years ago
Somehow JSONRepository.responses is being changed by the update_entries_in_enactment_index method.
JSONRepository.responses
update_entries_in_enactment_index
The fields selection=[] and anchors=[] are being added. That causes further errors.
selection=[]
anchors=[]
JSONRepository has been renamed FakeClient. These fields are no longer being added when update_entries_in_enactment_index runs.
Somehow
JSONRepository.responses
is being changed by theupdate_entries_in_enactment_index
method.The fields
selection=[]
andanchors=[]
are being added. That causes further errors.