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

(cherry picked from commit 71e3fa1bf3)
This commit is contained in:
Elizabeth Thompson
2021-11-15 09:57:05 -08:00
parent 46343a9dca
commit c42ff7972f
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',
}),
);