mirror of
https://github.com/apache/superset.git
synced 2026-07-09 00:05:36 +00:00
fix: remove unnecessary redirect (#25679)
This commit is contained in:
@@ -39,7 +39,7 @@ const mockedProps = {
|
||||
datasource: testQuery,
|
||||
};
|
||||
|
||||
fetchMock.get('glob:*/api/v1/dataset?*', {
|
||||
fetchMock.get('glob:*/api/v1/dataset/?*', {
|
||||
result: mockdatasets,
|
||||
dataset_count: 3,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user