Skip to content

Commit 173ecb7

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

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
@@ -589,7 +589,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
589589
done()
590590
})
591591
})
592-
it('user2 should be able to PATCH insert on a non existing resource', function (done) {
592+
it('user2 should be able to PATCH INSERT to (which CREATEs) a nonexistent resource', function (done) {
593593
const options = createOptions('/append-inherited/new.ttl', 'user2')
594594
options.body = 'INSERT DATA { :test :hello 789 .}'
595595
options.headers['content-type'] = 'application/sparql-update'

0 commit comments

Comments
 (0)