mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: remove useless groupby from QueryObject (#21643)
This commit is contained in:
@@ -32,6 +32,6 @@ describe('Handlebars buildQuery', () => {
|
||||
it('should build groupby with series in form data', () => {
|
||||
const queryContext = buildQuery(formData);
|
||||
const [query] = queryContext.queries;
|
||||
expect(query.groupby).toEqual(['foo']);
|
||||
expect(query.columns).toEqual(['foo']);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user