Remove TODO from the response type test
This commit is contained in:
parent
b08facb7bd
commit
275356a5ce
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ describe('ctx.type', function(){
|
||||||
describe('with no Content-Type', function(){
|
describe('with no Content-Type', function(){
|
||||||
it('should return ""', function(){
|
it('should return ""', function(){
|
||||||
const ctx = context();
|
const ctx = context();
|
||||||
// TODO: ctx is lame
|
assert(!ctx.type);
|
||||||
assert('' === ctx.type);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue