mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
Merge branch 'main' into versions/4.0.0
This commit is contained in:
@@ -283,7 +283,7 @@ describe.each(stores)('An LDP handler allowing all requests %s', (name, { storeC
|
||||
expect(await deleteResource(containerUrl)).toBeUndefined();
|
||||
});
|
||||
|
||||
// https://github.com/solid/community-server/issues/498
|
||||
// https://github.com/CommunitySolidServer/CommunitySolidServer/issues/498
|
||||
it('accepts a GET with Content-Length: 0.', async(): Promise<void> => {
|
||||
// PUT
|
||||
const documentUrl = `${baseUrl}foo/bar`;
|
||||
|
||||
Reference in New Issue
Block a user