Merge pull request #377 from Horx/master

remove the 'x-powered-by' in context test since it has been removed
This commit is contained in:
Yiyu He 2014-12-08 10:25:05 +08:00
commit 18fcf34c7c

View file

@ -45,7 +45,6 @@ describe('ctx.onerror(err)', function(){
res.headers.should.not.have.property('vary'); res.headers.should.not.have.property('vary');
res.headers.should.not.have.property('x-csrf-token'); res.headers.should.not.have.property('x-csrf-token');
res.headers.should.not.have.property('x-powered-by');
done(); done();
}) })