diff --git a/deploy/smoke/cases.json b/deploy/smoke/cases.json index bcd767d..4f871a9 100644 --- a/deploy/smoke/cases.json +++ b/deploy/smoke/cases.json @@ -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",