mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: add pod creation integration test
This commit is contained in:
@@ -13,7 +13,7 @@ describe('A server with the Solid WebSockets API behind a proxy', (): void => {
|
||||
|
||||
beforeAll(async(): Promise<void> => {
|
||||
const factory = await instantiateFromConfig(
|
||||
'urn:solid-server:default:ServerFactory', 'websockets.json', {
|
||||
'urn:solid-server:default:ServerFactory', 'auth-allow-all.json', {
|
||||
'urn:solid-server:default:variable:port': port,
|
||||
'urn:solid-server:default:variable:baseUrl': 'https://example.pod/',
|
||||
'urn:solid-server:default:variable:podTemplateFolder': 'templates',
|
||||
|
||||
Reference in New Issue
Block a user