Skip to content

Commit 801f4e3

Browse files
committed
ws
1 parent 7e6f972 commit 801f4e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • dev/io.openliberty.microprofile.telemetry.2.0.logging.internal.container_fat/fat/src/io/openliberty/microprofile/telemetry/logging/internal/container/fat

dev/io.openliberty.microprofile.telemetry.2.0.logging.internal.container_fat/fat/src/io/openliberty/microprofile/telemetry/logging/internal/container/fat/LoggingServletTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static void beforeClass() throws Exception {
9595
* Ensures that an info message from a Liberty application are bridged over to the otlp container.
9696
*/
9797
@Test
98-
public void testMessageLogs() throws Exception {
98+
public void testMessageLogs() throws Exception {
9999
assertTrue("The server was not started successfully.", server.isStarted());
100100

101101
TestUtils.isContainerStarted("LogsExporter", container);
@@ -105,7 +105,7 @@ public void testMessageLogs() throws Exception {
105105

106106
TestUtils.runApp(server, "logs");
107107

108-
//Allow time for the collector to receive and bridge logs.
108+
//Allow time for the collector to receive and bridge logs.
109109
TimeUnit.SECONDS.sleep(WAIT_TIMEOUT);
110110

111111
// Get logs for remaining assertions

0 commit comments

Comments
 (0)