Skip to content

Commit

Permalink
test(logistics): expand 参数改为 include
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Sep 16, 2021
1 parent 9297925 commit ab07b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/admin/shipping-tpls/__snapshots__/new.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`admin/shipping-tpls form 1`] = `
Array [
Object {
"method": "get",
"url": "/api/regions?virtual=0&parentId=%E4%B8%AD%E5%9B%BD&expand=children",
"url": "/api/regions?virtual=0&parentId=%E4%B8%AD%E5%9B%BD&include=children",
},
],
],
Expand Down Expand Up @@ -47,7 +47,7 @@ exports[`admin/shipping-tpls form 2`] = `
Array [
Object {
"method": "get",
"url": "/api/regions?virtual=0&parentId=%E4%B8%AD%E5%9B%BD&expand=children",
"url": "/api/regions?virtual=0&parentId=%E4%B8%AD%E5%9B%BD&include=children",
},
],
Array [
Expand Down

0 comments on commit ab07b9c

Please sign in to comment.