Skip to content

Commit

Permalink
Merge pull request #26442 from yasmin-aumeeruddy/telemetry-misconfig-…
Browse files Browse the repository at this point in the history
…test

Fix telemetry misconfig test
  • Loading branch information
benjamin-confino committed Oct 1, 2023
2 parents 24892ee + 28c8d3d commit 69febe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void testNotKnownEndpoint() throws Exception {
.run(String.class);

if (RepeatTestFilter.isRepeatActionActive(MicroProfileActions.MP61_ID) || RepeatTestFilter.isRepeatActionActive(FeatureReplacementAction.BETA_ID)) {
assertNotNull(server.waitForStringInLogUsingMark("Failed to export spans. Server responded with gRPC status code 2. Error message: "
assertNotNull(server.waitForStringInLogUsingMark("Failed to export spans. Server responded with gRPC status code 2. Error message:.*"
+ INVALID_JAEGER_ENDPOINT.toLowerCase()));
} else {
assertNotNull(server.waitForStringInLogUsingMark("Failed to export spans. The request could not be executed. Full error message:.*"
Expand Down

0 comments on commit 69febe5

Please sign in to comment.