Fixing DistributionTests.testSendDateHeader()
This commit is contained in:
parent
fe99538ab8
commit
11b4b32d93
|
@ -1756,7 +1756,7 @@ public class DistributionTests extends AbstractJettyHomeTest
|
|||
assertTrue(run1.awaitFor(10, TimeUnit.SECONDS));
|
||||
assertEquals(0, run1.getExitValue());
|
||||
|
||||
int httpPort = distribution.freePort();
|
||||
int httpPort = Tester.freePort();
|
||||
List<String> args = List.of(
|
||||
"jetty.http.port=" + httpPort,
|
||||
"jetty.httpConfig.sendDateHeader=true"
|
||||
|
|
Loading…
Reference in New Issue