mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Throw internal error with invalid ACL.
This commit is contained in:
@@ -77,7 +77,7 @@ describe('AclInitializer', (): void => {
|
||||
|
||||
const initializer = new AclInitializer({ baseUrl, store, aclStrategy });
|
||||
const prom = initializer.handle();
|
||||
await expect(prom).rejects.toThrow('There was an issue initializing the root .acl resource: Fatal');
|
||||
await expect(prom).rejects.toThrow('Issue initializing the root ACL resource: Fatal');
|
||||
await expect(prom).rejects.toThrow(InternalServerError);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user