mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
fix: remove unnecessary redirect (#25679)
This commit is contained in:
@@ -95,7 +95,7 @@ const asyncRefetchResultsTableProps = {
|
||||
resultsKey: 'async results key',
|
||||
},
|
||||
};
|
||||
fetchMock.get('glob:*/api/v1/dataset?*', { result: [] });
|
||||
fetchMock.get('glob:*/api/v1/dataset/?*', { result: [] });
|
||||
|
||||
const middlewares = [thunk];
|
||||
const mockStore = configureStore(middlewares);
|
||||
|
||||
Reference in New Issue
Block a user