Skip to content

Commit f8932f7

Browse files
committed
Fixed the endpoint address
1 parent a32e5eb commit f8932f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket/binary/src/test/java/org/javaee7/websocket/binary/test/WebsocketByteBufferEndpointTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ public static WebArchive createDeployment() {
6161
@Test
6262
public void testEndPointByteBuffer() throws URISyntaxException, DeploymentException, IOException {
6363
WebSocketContainer wSocketContainer = ContainerProvider.getWebSocketContainer();
64-
wSocketContainer.connectToServer(MyEndpointClient.class, new URI("ws://localhost:8080/binary/websockeet"));
64+
wSocketContainer.connectToServer(MyEndpointClient.class, new URI("ws://localhost:8080/binary/bytearray"));
6565
}
6666
}

0 commit comments

Comments
 (0)