We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add72a5 commit b9fdae4Copy full SHA for b9fdae4
tests/src/test/java/io/jooby/i2462/Issue2462.java
@@ -14,10 +14,9 @@
14
import io.jooby.junit.ServerTest;
15
import io.jooby.junit.ServerTestRunner;
16
import io.jooby.test.WebClient;
17
-import io.jooby.undertow.UndertowServer;
18
19
public class Issue2462 {
20
- @ServerTest(server = UndertowServer.class)
+ @ServerTest
21
public void shouldSendMultipleMessageWithoutError(ServerTestRunner runner) {
22
char[] array = new char[ServerOptions._16KB + 1024];
23
Arrays.fill(array, 'A');
0 commit comments