From 235b3caf2d98fef4774fd2a73b37f53c6d2972b9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 1 Sep 2026 16:59:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(smoke):=20=E7=99=BB=E5=BD=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E5=AF=86=E7=A0=81=E6=94=B9${SMOKE=5FPASS}=E5=8D=A0?= =?UTF-8?q?=E4=BD=8D=E7=AC=A6=E2=80=94=E2=80=94=E4=B9=8B=E5=89=8D=E5=AD=97?= =?UTF-8?q?=E9=9D=A2***=E6=9C=AA=E6=9B=BF=E6=8D=A2=E6=92=9E=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E8=AE=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/smoke/cases.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",