Skip to content

Commit 2305b96

Browse files
committed
Fixed test setup for ocpsoft#210
1 parent 81eb501 commit 2305b96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api-tests/src/test/webapp/search.xhtml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<meta charset="utf-8" />
55
</h:head>
66
<h:body>
7-
<h:link outcome="/search.xhtml" value="Test"></h:link>
7+
<h:link outcome="/search.xhtml" value="Test">
8+
<f:param name="lang" value="en"/>
9+
</h:link>
810
</h:body>
911
</html>

0 commit comments

Comments
 (0)