diff --git a/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml b/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml index 43e774df2..c4a40b3ce 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml +++ b/liteflow-testcase-el/liteflow-testcase-el-script-python-springboot/src/test/resources/common/flow.xml @@ -16,7 +16,7 @@ b=10 if a>5: b=5 - print 'hello' + print '你好'.decode('UTF-8') else: print 'hi' defaultContext.setData("s1",a*b)