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 594f37a commit e14e5f0
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 @@ -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'
Expand Down

0 comments on commit e14e5f0

Please sign in to comment.