aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/echo/Plans/TEST_echo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/model-catalog/blueprint-model/uat-blueprints/echo/Plans/TEST_echo.xml')
-rw-r--r--components/model-catalog/blueprint-model/uat-blueprints/echo/Plans/TEST_echo.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/uat-blueprints/echo/Plans/TEST_echo.xml b/components/model-catalog/blueprint-model/uat-blueprints/echo/Plans/TEST_echo.xml
index b0ab5c62e..b89a09edf 100644
--- a/components/model-catalog/blueprint-model/uat-blueprints/echo/Plans/TEST_echo.xml
+++ b/components/model-catalog/blueprint-model/uat-blueprints/echo/Plans/TEST_echo.xml
@@ -4,10 +4,10 @@
<block atomic="true">
<execute plugin="echo" method="process">
<outcome value="failure">
- <return status="failure" />
+ <return status="failure"/>
</outcome>
<outcome value="success">
- <return status="success" />
+ <return status="success"/>
</outcome>
</execute>
</block>