fix(smoke): 登录用例密码改${SMOKE_PASS}占位符——之前字面***未替换撞失败计数
This commit is contained in:
parent
f19fd76c25
commit
235b3caf2d
@ -5,8 +5,8 @@
|
||||
{"id": "s01", "name": "健康检查", "url": "/", "auth": "none",
|
||||
"expect": {"status": 200}},
|
||||
{"id": "s02", "name": "登录", "url": "/rbac/user/up_login.dspy", "method": "POST",
|
||||
"body": {"username": "${SMOKE_USER}", "password": "***"}, "auth": "none",
|
||||
"expect": {"status": 200}},
|
||||
"body": {"username": "${SMOKE_USER}", "password": "${SMOKE_PASS}"}, "auth": "none",
|
||||
"expect": {"status": 200, "not_contains": "password error"}},
|
||||
{"id": "s03", "name": "主页壳", "url": "/", "auth": "login",
|
||||
"expect": {"status": 200, "contains": "产线平台"}},
|
||||
{"id": "s04", "name": "agent菜单", "url": "/pipeline_core/api/agent_menus.dspy", "auth": "login",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user