Sync reactor-netty client response update and uncomment in tests
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class AbstractHttpHandlerIntegrationTests {
|
||||
return new Object[][] {
|
||||
{new JettyHttpServer()},
|
||||
{new RxNettyHttpServer()},
|
||||
//{new ReactorHttpServer()},
|
||||
{new ReactorHttpServer()},
|
||||
{new TomcatHttpServer(base.getAbsolutePath())},
|
||||
{new UndertowHttpServer()}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user