fix: the e2e testing failure due to auth error
This commit is contained in:
@@ -36,22 +36,14 @@ items:
|
|||||||
- name: haveUnRead
|
- name: haveUnRead
|
||||||
request:
|
request:
|
||||||
api: /orion-visor/api/infra/system-message/has-unread
|
api: /orion-visor/api/infra/system-message/has-unread
|
||||||
header:
|
|
||||||
Authorization: Bearer {{.login.data.token}}
|
|
||||||
- name: queryOperatorLog
|
- name: queryOperatorLog
|
||||||
request:
|
request:
|
||||||
api: /orion-visor/api/infra/mine/query-operator-log
|
api: /orion-visor/api/infra/mine/query-operator-log
|
||||||
method: POST
|
method: POST
|
||||||
header:
|
|
||||||
Authorization: Bearer {{.login.data.token}}
|
|
||||||
- name: hostList
|
- name: hostList
|
||||||
request:
|
request:
|
||||||
api: /orion-visor/api/infra/tag/list?type=HOST
|
api: /orion-visor/api/infra/tag/list?type=HOST
|
||||||
header:
|
|
||||||
Authorization: Bearer {{.login.data.token}}
|
|
||||||
- name: queryHost
|
- name: queryHost
|
||||||
request:
|
request:
|
||||||
api: /orion-visor/api/asset/host/query
|
api: /orion-visor/api/asset/host/query
|
||||||
method: POST
|
method: POST
|
||||||
header:
|
|
||||||
Authorization: Bearer {{.login.data.token}}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user