mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Allow custom root ACL.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
87f1450d0d
commit
e544e6dc11
@@ -29,7 +29,7 @@ describe('A LockingResourceStore', (): void => {
|
||||
source = new DataAccessorBasedStore(new InMemoryDataAccessor(base), new SingleRootIdentifierStrategy(base));
|
||||
|
||||
// Initialize store
|
||||
const initializer = new RootContainerInitializer(BASE, source);
|
||||
const initializer = new RootContainerInitializer({ store: source, baseUrl: BASE });
|
||||
await initializer.handleSafe();
|
||||
|
||||
locker = new SingleThreadedResourceLocker();
|
||||
|
||||
Reference in New Issue
Block a user