chore: Update links for new repository

This commit is contained in:
Joachim Van Herwegen
2022-03-18 10:34:34 +01:00
parent 3c32466d88
commit 7d3320dea6
21 changed files with 42 additions and 42 deletions

View File

@@ -25,7 +25,7 @@ describe('A RawBodyparser', (): void => {
await expect(arrayifyStream(result.data)).resolves.toEqual([]);
});
// https://github.com/solid/community-server/issues/498
// https://github.com/CommunitySolidServer/CommunitySolidServer/issues/498
it('returns empty output if the content length is 0 and there is no content type.', async(): Promise<void> => {
input.request = guardedStreamFrom([ 'data' ]) as HttpRequest;
input.request.headers = { 'content-length': '0' };