From a04183aae063ca5ec0fa74242a6c4218a03abf9a Mon Sep 17 00:00:00 2001 From: HanHor Wu Date: Mon, 8 Dec 2014 09:39:51 +0800 Subject: [PATCH] remove the 'x-powered-by' in context test since it has been removed --- test/context/onerror.js | 1 - 1 file changed, 1 deletion(-) 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(); })