Fix failing test
This commit is contained in:
@@ -102,6 +102,7 @@ public abstract class AbstractSockJsIntegrationTests {
|
||||
this.wac.register(TestConfig.class, upgradeStrategyConfigClass());
|
||||
this.wac.refresh();
|
||||
this.server = createWebSocketTestServer();
|
||||
this.server.setup();
|
||||
this.server.deployConfig(this.wac, this.errorFilter);
|
||||
this.server.start();
|
||||
this.baseUrl = "http://localhost:" + this.server.getPort();
|
||||
|
||||
Reference in New Issue
Block a user