fix: remove unnecessary redirect (#25679)

This commit is contained in:
Igor Khrol
2023-10-19 21:03:44 +03:00
committed by GitHub
parent 07796b7528
commit da42bf2dbb
3 changed files with 3 additions and 3 deletions

View File

@@ -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);