mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
fix(echart): broken aggregator due to bigint value (#34580)
This commit is contained in:
@@ -125,6 +125,6 @@ test('@superset-ui/plugin-chart-echarts-parsemethod-validation', () => {
|
||||
];
|
||||
|
||||
plugins.forEach(plugin => {
|
||||
expect(plugin.metadata.parseMethod).toEqual('json-bigint');
|
||||
expect(plugin.metadata.parseMethod).toEqual('json');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user