Fix JSON encoding issue
This commit is contained in:
committed by
Sebastien Deleuze
parent
fd52ae999b
commit
3864fc24ff
@@ -40,9 +40,9 @@ public abstract class AbstractHttpHandlerIntegrationTests {
|
||||
@Parameterized.Parameters(name = "server [{0}]")
|
||||
public static Object[][] arguments() {
|
||||
return new Object[][] {
|
||||
/*{new JettyHttpServer()},
|
||||
{new JettyHttpServer()},
|
||||
{new RxNettyHttpServer()},
|
||||
{new ReactorHttpServer()},*/
|
||||
{new ReactorHttpServer()},
|
||||
{new TomcatHttpServer()}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user