diff --git a/test/context/onerror.js b/test/context/onerror.js index 6aecfbe..b5d8132 100644 --- a/test/context/onerror.js +++ b/test/context/onerror.js @@ -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(); })