Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 4, 2024
1 parent 7632360 commit e727f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/java/hudson/security/docker/MultiServerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class MultiServerTest {

@SuppressWarnings("rawtypes")
@Rule
public GenericContainer container = new GenericContainer(PlanetExpressTest.TEST_IMAGE).withExposedPorts(389);
public GenericContainer container = new GenericContainer(PlanetExpressTest.TEST_IMAGE).withExposedPorts(10389);

public JenkinsRule j = new JenkinsRule();
public LDAPRule ads = new LDAPRule();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class PlanetExpressTest {

@SuppressWarnings("rawtypes")
@Rule
public GenericContainer container = new GenericContainer(TEST_IMAGE).withExposedPorts(389);
public GenericContainer container = new GenericContainer(TEST_IMAGE).withExposedPorts(10389);

@Rule
public RealJenkinsRule rr = new RealJenkinsRule();
Expand Down

0 comments on commit e727f17

Please sign in to comment.