fix merge for DemoBaseTests.testSessionDump() to Jetty 10

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2019-11-28 10:37:54 +11:00
parent e8746ecf44
commit 7ebf673ad3
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public class DemoBaseTests extends AbstractDistributionTest
};
try (DistributionTester.Run run = distribution.start(args))
{
assertTrue(run.awaitConsoleLogsFor("Started @", 10, TimeUnit.SECONDS));
assertTrue(run.awaitConsoleLogsFor("Started ", 10, TimeUnit.SECONDS));
startHttpClient();
client.setFollowRedirects(true);