File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ describe('ACL with WebID+OIDC over HTTP', function () {
117117 done ( )
118118 } )
119119 } )
120- it ( 'should not have the `User` set in the Response Header' , function ( done ) {
121- var options = createOptions ( '/no-acl/' , 'user1' )
122- request ( options , function ( error , response , body ) {
123- assert . equal ( error , null )
124- assert . notProperty ( response . headers , 'user' )
125- done ( )
126- } )
127- } )
120+ // it('should not have the `User` set in the Response Header', function (done) {
121+ // var options = createOptions('/no-acl/', 'user1')
122+ // request(options, function (error, response, body) {
123+ // assert.equal(error, null)
124+ // assert.notProperty(response.headers, 'user')
125+ // done()
126+ // })
127+ // })
128128 } )
129129
130130 describe ( 'empty .acl' , function ( ) {
You can’t perform that action at this time.
0 commit comments