mirror of
https://github.com/apache/superset.git
synced 2026-07-19 13:15:49 +00:00
use full resultType with csv download on chart in dashboard (#17431)
(cherry picked from commit 71e3fa1bf3)
This commit is contained in:
@@ -116,7 +116,7 @@ describe('Chart', () => {
|
||||
expect(stubbedExportCSV.lastCall.args[0]).toEqual(
|
||||
expect.objectContaining({
|
||||
formData: expect.anything(),
|
||||
resultType: 'results',
|
||||
resultType: 'full',
|
||||
resultFormat: 'csv',
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user