Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed May 23, 2024
1 parent 687c051 commit 607a1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/_utils/__tests__/get-features.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('getFeatures test', () => {
"type": "FeatureCollection"
}
const fetchResource = {
'/iportal/web/datas/1832028287/structureddata/ogc-features/collections/all/items.json?limit=5000': result
'https://fakeiportal.supermap.io/web/datas/1832028287/structureddata/ogc-features/collections/all/items.json?limit=5000': result
};
mockFetch(fetchResource);
const dataset = {
Expand Down

0 comments on commit 607a1dc

Please sign in to comment.