Skip to content

Commit e51c4b8

Browse files
committed
Adapt e2e test to new linting rules
1 parent 408afab commit e51c4b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

server/galaxyls/tests/files/validation/tool_02.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
<tests>
1515
<test>
1616
<param name="input" value="test"/>
17-
<output name="output"/>
17+
<output name="output">
18+
<assert_contents>
19+
<has_text text="test"/>
20+
</assert_contents>
21+
</output>
1822
</test>
1923
</tests>
2024
<help><![CDATA[

0 commit comments

Comments
 (0)