diff --git a/test/response/type.js b/test/response/type.js index dc1e2a4..1815c29 100644 --- a/test/response/type.js +++ b/test/response/type.js @@ -55,8 +55,7 @@ describe('ctx.type', function(){ describe('with no Content-Type', function(){ it('should return ""', function(){ const ctx = context(); - // TODO: ctx is lame - assert('' === ctx.type); + assert(!ctx.type); }); });