mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix: optimize mapStateToProps for chart controls (#10264)
This commit is contained in:
@@ -199,7 +199,6 @@ describe('ExploreResultsButton', () => {
|
||||
const calls = fetchMock.calls(visualizeEndpoint);
|
||||
expect(calls).toHaveLength(1);
|
||||
const formData = calls[0][1].body;
|
||||
|
||||
Object.keys(mockOptions).forEach(key => {
|
||||
// eslint-disable-next-line no-unused-expressions
|
||||
expect(formData.get(key)).toBeDefined();
|
||||
|
||||
Reference in New Issue
Block a user