mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
use full resultType with csv download on chart in dashboard (#17431)
This commit is contained in:
committed by
GitHub
parent
9741eaa731
commit
71e3fa1bf3
@@ -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