Skip to content

Commit 858066a

Browse files
megothrubensworks
authored andcommitted
Slight change
1 parent 76859ce commit 858066a

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
@@ -628,7 +628,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
628628
request.put(options, function (error, response, body) {
629629
assert.equal(error, null)
630630
assert.equal(response.statusCode, 403)
631-
assert.equal(response.statusMessage, 'User Unauthorized')
631+
assert.equal(response.statusMessage, 'Forbidden')
632632
done()
633633
})
634634
})

0 commit comments

Comments
 (0)