Skip to content

Commit

Permalink
Merge pull request #75 from dromara/dev
Browse files Browse the repository at this point in the history
⚡ 修改 E2E 测试样例.
  • Loading branch information
lijiahangmax authored Dec 24, 2024
2 parents c25e74c + 5a6b1bf commit 00c4484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/e2e/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ items:
expect:
bodyFieldsExpect:
code: 200
- name: userPermission
- name: user
request:
api: /orion-visor/api/infra/user-permission/user
api: /orion-visor/api/infra/user-aggregate/user
header:
Authorization: Bearer {{.login.data.token}}
expect:
Expand All @@ -26,7 +26,7 @@ items:
msg: "success"
- name: menu
request:
api: /orion-visor/api/infra/user-permission/menu
api: /orion-visor/api/infra/user-aggregate/menu
header:
Authorization: Bearer {{.login.data.token}}
expect:
Expand Down

0 comments on commit 00c4484

Please sign in to comment.