Skip to content

Commit b9fdae4

Browse files
committed
build: update a test to run on all servers
1 parent add72a5 commit b9fdae4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/src/test/java/io/jooby/i2462/Issue2462.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
import io.jooby.junit.ServerTest;
1515
import io.jooby.junit.ServerTestRunner;
1616
import io.jooby.test.WebClient;
17-
import io.jooby.undertow.UndertowServer;
1817

1918
public class Issue2462 {
20-
@ServerTest(server = UndertowServer.class)
19+
@ServerTest
2120
public void shouldSendMultipleMessageWithoutError(ServerTestRunner runner) {
2221
char[] array = new char[ServerOptions._16KB + 1024];
2322
Arrays.fill(array, 'A');

0 commit comments

Comments
 (0)