Skip to content

Commit

Permalink
Fix TCK failure in getHeaders test
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-krueger committed Aug 22, 2024
1 parent c0a63aa commit 89f4841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public void containsHeaderStringTest() throws Fault {
setProperty(Property.REQUEST_HEADERS,
"Content-Type:application/xml;charset=utf8");
setProperty(Property.REQUEST_HEADERS,
"Header3:value1 ;; Value2 ;;value 3");
"header3:value1 ;; Value2 ;;value 3");
setProperty(Property.SEARCH_STRING, "Test1");
setProperty(Property.SEARCH_STRING, "Test2");
setProperty(Property.SEARCH_STRING, "Test3");
Expand Down

0 comments on commit 89f4841

Please sign in to comment.