Skip to content

Commit 147a897

Browse files
committed
Remove the .acl from accessTo statements
1 parent 2c2bfe6 commit 147a897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/acl-tls-test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ describe('ACL with WebID+TLS', function () {
277277
'content-type': 'text/turtle'
278278
}
279279
options.body = '<#Owner> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
280-
' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/.acl>;\n' +
280+
' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/>;\n' +
281281
' <http://www.w3.org/ns/auth/acl#agent> <' + user1 + '>;\n' +
282282
' <http://www.w3.org/ns/auth/acl#origin> <' + origin1 + '>;\n' +
283283
' <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read>, <http://www.w3.org/ns/auth/acl#Write>, <http://www.w3.org/ns/auth/acl#Control> .\n' +
@@ -375,11 +375,11 @@ describe('ACL with WebID+TLS', function () {
375375
'content-type': 'text/turtle'
376376
}
377377
options.body = '<#Owner1> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
378-
' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/.acl>;\n' +
378+
' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/>;\n' +
379379
' <http://www.w3.org/ns/auth/acl#agent> <' + user1 + '>;\n' +
380380
' <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read>, <http://www.w3.org/ns/auth/acl#Write>, <http://www.w3.org/ns/auth/acl#Control> .\n' +
381381
'<#Owner2> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
382-
' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/.acl>;\n' +
382+
' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/>;\n' +
383383
' <http://www.w3.org/ns/auth/acl#origin> <' + origin1 + '>;\n' +
384384
' <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read>, <http://www.w3.org/ns/auth/acl#Write>, <http://www.w3.org/ns/auth/acl#Control> .\n' +
385385
'<#Public> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +

0 commit comments

Comments
 (0)