Skip to content

Commit

Permalink
Update the tests to allow for the new CSV format
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Jan 13, 2014
1 parent ddbb0db commit f97e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/route/result/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('GET /<task-id>/<result-id>.csv', function () {
});

it('should output CSV results', function () {
assert.match(this.last.body, /^"code", "message", "type"/);
assert.match(this.last.body, /^"code","message","type"/);
});

});
Expand Down

0 comments on commit f97e224

Please sign in to comment.