[BAEL-14843] - Fixed tests in jersey module

This commit is contained in:
amit2103 2019-06-02 23:28:11 +05:30
parent 948243ef0c
commit 3fa896b286

View File

@ -26,6 +26,7 @@ public class FruitResourceIntegrationTest extends JerseyTest {
protected Application configure() {
enable(TestProperties.LOG_TRAFFIC);
enable(TestProperties.DUMP_ENTITY);
forceSet(TestProperties.CONTAINER_PORT, "0");
ViewApplicationConfig config = new ViewApplicationConfig();
config.register(FruitExceptionMapper.class);