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
commit c03b46093c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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