Skip to content

Commit

Permalink
Update test/integration/acl-oidc-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
bourgeoa and TallTed authored Nov 30, 2023
1 parent e14e5f0 commit 173ecb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/acl-oidc-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 173ecb7

Please sign in to comment.