From 173ecb7fd64d367df0a68fd4c9fdca0101fbd997 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Thu, 30 Nov 2023 20:41:55 +0100 Subject: [PATCH] Update test/integration/acl-oidc-test.js Co-authored-by: Ted Thibodeau Jr --- test/integration/acl-oidc-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'