We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ad872 commit 5faeb6cCopy full SHA for 5faeb6c
tests/test_cli.py
@@ -65,7 +65,3 @@ def test_create_invalid_name():
65
"magic-dash create --name nonexistent-template"
66
)
67
assert returncode != 0, "应该返回错误但成功了"
68
- assert (
69
- "不存在的Dash应用项目模板名称" in stdout
70
- or "不存在的Dash应用项目模板名称" in (stderr or "")
71
- ), "未显示期望的错误信息"
0 commit comments