Skip to content

Commit

Permalink
chore: Fix XML echo unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Dec 19, 2024
1 parent 27ea004 commit 47cf011
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
http://citrusframework.org/schema/xml/testcase/citrus-testcase.xsd">
<description>Sample test in XML</description>

<variables>
<variable name="text" value="Hello from Citrus!"/>
</variables>

<actions>
<echo message="${text}"/>
<echo message="Hello from Citrus!"/>
</actions>
</test>

0 comments on commit 47cf011

Please sign in to comment.