mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Fix test issues
The root container wasn't being created for file based tests. Containers should be POSTed as RDF bodies. Containment triples of child containers had no trailing slash.
This commit is contained in:
@@ -173,7 +173,7 @@ export class FileTestHelper {
|
||||
{
|
||||
slug,
|
||||
link: '<http://www.w3.org/ns/ldp#Container>; rel="type"',
|
||||
'content-type': 'text/plain',
|
||||
'content-type': 'text/turtle',
|
||||
'transfer-encoding': 'chunked',
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user