Skip to content

Commit 62a0ee0

Browse files
authored
Fix testFrontendCloseChunkedResponse (#99)
It was calling the wrong common test method. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 6120465 commit 62a0ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/vertx/tests/ProxyClientKeepAliveTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public void testFrontendCloseResponse(TestContext ctx) {
266266

267267
@Test
268268
public void testFrontendCloseChunkedResponse(TestContext ctx) {
269-
testBackendCloseResponse(ctx, true);
269+
testFrontendCloseResponse(ctx, true);
270270
}
271271

272272
private void testFrontendCloseResponse(TestContext ctx, boolean chunked) {

0 commit comments

Comments
 (0)