Skip to content

Commit e1023fe

Browse files
fix test tool
1 parent 64f6d76 commit e1023fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data/tools/url.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</outputs>
1414
<tests>
1515
<test>
16-
<param name="select_opt" value="Hello World!" />
16+
<param name="select_opt" value="moo" />
1717
<output name="output">
1818
<assert_contents>
19-
<has_line line="Hello World!" />
19+
<has_line line="moo" />
2020
</assert_contents>
2121
</output>
2222
</test>

0 commit comments

Comments
 (0)