Skip to content

Commit ce5e1cd

Browse files
Update expected texts to fix BasicTest (#2480)
1 parent 29d8cdc commit ce5e1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/labkey/test/tests/BasicTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ public void testStartupLogging()
7070

7171
// Issue 52684: Ensure Log4J is capturing startup logging from:
7272
assertTextPresent(
73-
"Starting LabKeyServer using", // Our "embedded" code (the primary entry point)
73+
"Starting LabKeyServer ", // Our "embedded" code (the primary entry point)
7474
"Starting Servlet engine", // Spring Boot and Tomcat
7575
"Exploding module archives", // Our "bootstrap" code (extracts modules and sets up webapp classloading)
76-
"LabKey-managed modules to ensure they're recent enough to upgrade" // Our code inside the webapp
76+
"Deploying to context path" // Our code inside the webapp
7777
);
7878
}
7979

0 commit comments

Comments
 (0)