use full resultType with csv download on chart in dashboard (#17431)

This commit is contained in:
Elizabeth Thompson
2021-11-15 09:57:05 -08:00
committed by GitHub
parent 9741eaa731
commit 71e3fa1bf3
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ describe('Chart', () => {
expect(stubbedExportCSV.lastCall.args[0]).toEqual(
expect.objectContaining({
formData: expect.anything(),
resultType: 'results',
resultType: 'full',
resultFormat: 'csv',
}),
);