remove the 'x-powered-by' in context test since it has been removed
This commit is contained in:
parent
6d09053dac
commit
a04183aae0
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ describe('ctx.onerror(err)', function(){
|
|||
|
||||
res.headers.should.not.have.property('vary');
|
||||
res.headers.should.not.have.property('x-csrf-token');
|
||||
res.headers.should.not.have.property('x-powered-by');
|
||||
|
||||
done();
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue