Merge pull request #7073 from amit2103/BAEL-14843

[BAEL-14843] - Fixed tests in jersey module
This commit is contained in:
Loredana Crusoveanu
2019-06-09 09:06:51 +03:00
committed by GitHub

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);