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 b226abcd7..60057c6f6 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
@@ -6,7 +6,7 @@
@@ -28,7 +29,13 @@
+
+
+
+
@@ -38,6 +45,6 @@
- SWITCH(s3).TO(a,b);
+ SWITCH(s3).TO(a,IF(s4, b, c).id("t2"));
\ No newline at end of file