diff --git a/test/functional/route/result/download.js b/test/functional/route/result/download.js index fb805ea..a26ca44 100644 --- a/test/functional/route/result/download.js +++ b/test/functional/route/result/download.js @@ -20,7 +20,7 @@ describe('GET //.csv', function () { }); it('should output CSV results', function () { - assert.match(this.last.body, /^"code", "message", "type"/); + assert.match(this.last.body, /^"code","message","type"/); }); });