mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Create permission table to automate tests
This commit is contained in:
@@ -7,12 +7,15 @@ const portNames = [
|
||||
'Conditions',
|
||||
'ContentNegotiation',
|
||||
'DynamicPods',
|
||||
'GlobalQuota',
|
||||
'Identity',
|
||||
'LpdHandlerWithAuth',
|
||||
'LpdHandlerWithoutAuth',
|
||||
'Middleware',
|
||||
'N3Patch',
|
||||
'PermissionTable',
|
||||
'PodCreation',
|
||||
'PodQuota',
|
||||
'RedisResourceLocker',
|
||||
'RestrictedIdentity',
|
||||
'ServerFetch',
|
||||
@@ -20,8 +23,7 @@ const portNames = [
|
||||
'SparqlStorage',
|
||||
'Subdomains',
|
||||
'WebSocketsProtocol',
|
||||
'PodQuota',
|
||||
'GlobalQuota',
|
||||
|
||||
// Unit
|
||||
'BaseHttpServerFactory',
|
||||
] as const;
|
||||
|
||||
Reference in New Issue
Block a user