Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Mar 15, 2024
1 parent 7999362 commit d0114bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static WebArchive createDeployment() {
@Test
@RunAsClient
public void testHttp11() throws Exception {
BusFactory.getDefaultBus().setProperty("org.apache.cxf.transport.http.forceVersion", "1");
BusFactory.getDefaultBus().setProperty("org.apache.cxf.transport.http.forceVersion", "1.1");
HelloWorld port = getPort();
String response = port.echo("hello");
Assert.assertEquals("hello is expected", "hello", response);
Expand Down

0 comments on commit d0114bd

Please sign in to comment.