Skip to content

Commit

Permalink
fix: the e2e testing failure due to auth error
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Jun 27, 2024
1 parent 318e9f3 commit c2c8b10
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/e2e/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,14 @@ items:
- name: haveUnRead
request:
api: /orion-visor/api/infra/system-message/has-unread
header:
Authorization: Bearer {{.login.data.token}}
- name: queryOperatorLog
request:
api: /orion-visor/api/infra/mine/query-operator-log
method: POST
header:
Authorization: Bearer {{.login.data.token}}
- name: hostList
request:
api: /orion-visor/api/infra/tag/list?type=HOST
header:
Authorization: Bearer {{.login.data.token}}
- name: queryHost
request:
api: /orion-visor/api/asset/host/query
method: POST
header:
Authorization: Bearer {{.login.data.token}}

0 comments on commit c2c8b10

Please sign in to comment.