You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/io.openliberty.microprofile.telemetry.1.0.internal_fat/fat/src/io/openliberty/microprofile/telemetry/internal_fat/TelemetryMisconfigTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ public void testNotKnownEndpoint() throws Exception {
185
185
.run(String.class);
186
186
187
187
if (RepeatTestFilter.isRepeatActionActive(MicroProfileActions.MP61_ID) || RepeatTestFilter.isRepeatActionActive(FeatureReplacementAction.BETA_ID)) {
188
-
assertNotNull(server.waitForStringInLogUsingMark("Failed to export spans. Server responded with gRPC status code 2. Error message:"
188
+
assertNotNull(server.waitForStringInLogUsingMark("Failed to export spans. Server responded with gRPC status code 2. Error message:.*"
189
189
+ INVALID_JAEGER_ENDPOINT.toLowerCase()));
190
190
} else {
191
191
assertNotNull(server.waitForStringInLogUsingMark("Failed to export spans. The request could not be executed. Full error message:.*"
0 commit comments