fix: Remove MS-Author-Via header

This commit is contained in:
Joachim Van Herwegen
2022-08-05 15:58:29 +02:00
parent a99616acf2
commit 21b2850696
6 changed files with 2 additions and 26 deletions

View File

@@ -18,7 +18,6 @@ export async function getResource(url: string,
expect(response.headers.get('link')).toContain(`<${LDP.Resource}>; rel="type"`);
expect(response.headers.get('link')).toContain(`<${url}.acl>; rel="acl"`);
expect(response.headers.get('accept-patch')).toBe('text/n3, application/sparql-update');
expect(response.headers.get('ms-author-via')).toBe('SPARQL');
if (isContainer) {
expect(response.headers.get('link')).toContain(`<${LDP.Container}>; rel="type"`);