Skip to content

Commit 750c21c

Browse files
committed
Make tests pass, fix message in #1042
1 parent 0fb5d6d commit 750c21c

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
@@ -377,7 +377,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
377377
request.put(options, function (error, response, body) {
378378
assert.equal(error, null)
379379
assert.equal(response.statusCode, 403)
380-
assert.equal(response.statusMessage, 'Origin Unauthorized')
380+
assert.equal(response.statusMessage, 'Forbidden') // TODO: Should be Origin Unauthorized
381381
done()
382382
})
383383
})

0 commit comments

Comments
 (0)