Skip to content

Commit c03b460

Browse files
authored
Merge pull request eugenp#7073 from amit2103/BAEL-14843
[BAEL-14843] - Fixed tests in jersey module
2 parents 7ce538e + 3fa896b commit c03b460

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jersey/src/test/java/com/baeldung/jersey/server/rest/FruitResourceIntegrationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public class FruitResourceIntegrationTest extends JerseyTest {
2626
protected Application configure() {
2727
enable(TestProperties.LOG_TRAFFIC);
2828
enable(TestProperties.DUMP_ENTITY);
29+
forceSet(TestProperties.CONTAINER_PORT, "0");
2930

3031
ViewApplicationConfig config = new ViewApplicationConfig();
3132
config.register(FruitExceptionMapper.class);

0 commit comments

Comments
 (0)