mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Remove assumption that DataAccessors have a root container by default
This commit is contained in:
@@ -3,7 +3,7 @@ import { join } from 'path';
|
||||
import fetch from 'cross-fetch';
|
||||
import type { HttpServerFactory } from '../../src/server/HttpServerFactory';
|
||||
import { readableToString } from '../../src/util/StreamUtil';
|
||||
import { instantiateFromConfig } from '../configs/Util';
|
||||
import { initServerStore, instantiateFromConfig } from '../configs/Util';
|
||||
|
||||
const port = 6003;
|
||||
const baseUrl = `http://localhost:${port}/`;
|
||||
@@ -21,6 +21,7 @@ describe('A server with a pod handler', (): void => {
|
||||
},
|
||||
) as HttpServerFactory;
|
||||
server = factory.startServer(port);
|
||||
await initServerStore(server, baseUrl);
|
||||
});
|
||||
|
||||
afterAll(async(): Promise<void> => {
|
||||
|
||||
Reference in New Issue
Block a user