Skip to content

Commit

Permalink
fix RestClientRetryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Feb 19, 2025
1 parent fb0f100 commit 1734b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ void outboundHttpMeasurementOnFailure() {
.hasBeenStarted()
.hasError()
.thenError()
.hasMessage("Message: Not Found");
.hasMessageStartingWith("Message: Not Found");
}

@Test
Expand Down

0 comments on commit 1734b0f

Please sign in to comment.