fluree / server

Fluree Server - Operates Fluree in consensus, fault-tolerant, redundant
12 stars 1 forks source link

Fix policy API tests #74

Closed bplatz closed 2 months ago

bplatz commented 2 months ago

With some recent changes, policy related tests were failing.

This is because the tests depend on the :default-allow? true setting which was getting set previously.

This updates the failing tests to explicitly include that flag.

The zero-trust mode will allow server (and maybe ledger?) level enforcement of this setting, but isn't yet available.