mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: add deafult buildQuery for V1 chart data requests (#10048)
This commit is contained in:
@@ -77,7 +77,7 @@ describe('chart actions', () => {
|
||||
|
||||
describe('v1 API', () => {
|
||||
beforeEach(() => {
|
||||
fakeMetadata = { useLegacyApi: false };
|
||||
fakeMetadata = { viz_type: 'my_viz', useLegacyApi: false };
|
||||
});
|
||||
|
||||
it('should query with the built query', async () => {
|
||||
|
||||
Reference in New Issue
Block a user