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:
commit
18fcf34c7c
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('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();
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue