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

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