openwallet-foundation / acapy-endorser-service

endorser-service
https://wiki.hyperledger.org/display/aries
Apache License 2.0
6 stars 11 forks source link

Corrected handling of booleans in csv's to better work with tests #141

Closed Gavinok closed 2 months ago

Gavinok commented 2 months ago

This PR resolves #100

The issue was due to the True in csv's being interpreted as strings causing a type error. This is now manually checked beforehand to allow the tests to work as expected.