mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Update the tests to allow for the new CSV format
This commit is contained in:
@@ -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"/);
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user