Skip to content

Commit 8ea4b29

Browse files
committed
Fixed test
1 parent a601720 commit 8ea4b29

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
@@ -368,7 +368,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
368368
request.put(options, function (error, response, body) {
369369
assert.equal(error, null)
370370
assert.equal(response.statusCode, 403)
371-
assert.equal(response.statusMessage, 'Forbidden') // TODO: Should be Origin Unauthorized
371+
assert.equal(response.statusMessage, 'Origin Unauthorized')
372372
done()
373373
})
374374
})

0 commit comments

Comments
 (0)