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