diff --git a/test/integration/acl-oidc-test.js b/test/integration/acl-oidc-test.js index 7660cc0d9..37728724e 100644 --- a/test/integration/acl-oidc-test.js +++ b/test/integration/acl-oidc-test.js @@ -589,7 +589,7 @@ describe('ACL with WebID+OIDC over HTTP', function () { done() }) }) - it('user2 should be able to PATCH insert on a non existing resource', function (done) { + it('user2 should be able to PATCH INSERT to (which CREATEs) a nonexistent resource', function (done) { const options = createOptions('/append-inherited/new.ttl', 'user2') options.body = 'INSERT DATA { :test :hello 789 .}' options.headers['content-type'] = 'application/sparql-update'