Skip to content

Commit e14e5f0

Browse files
bourgeoaTallTed
andauthored
Update test/integration/acl-oidc-test.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 594f37a commit e14e5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/acl-oidc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
551551
done()
552552
})
553553
})
554-
it('user1 should be able to PATCH a non existing resource', function (done) {
554+
it('user1 should be able to PATCH (which CREATEs) a nonexistent resource', function (done) {
555555
const options = createOptions('/append-inherited/test.ttl', 'user1')
556556
options.body = 'INSERT DATA { :test :hello 456 .}'
557557
options.headers['content-type'] = 'application/sparql-update'

0 commit comments

Comments
 (0)