Skip to content

Convert PermsStore to an interface

Warren Gifford requested to merge cc/edb-perms into main

Created by: camdencheek

This converts PermsStore to an interface, adds it as a method to the new EnterpriseDB interface, and generates a mock for it. The global PermsStore mocks currently are blocking getting rid of the non-enterprise global mocks, so this pattern will allow us to mock all our stores with the same pattern.

Merge request reports

Loading