Start building against Spring Framework 6.0.5 snapshots
This commit adapts to the changes made for spring-projects/spring-framework#29885. Closes gh-34152
This commit is contained in:
@@ -146,7 +146,7 @@ class WebClientObservationConfigurationTests {
|
||||
webClient.get().uri("https://example.org/projects/{project}", "spring-boot").retrieve().toBodilessEntity()
|
||||
.block(Duration.ofSeconds(30));
|
||||
TestObservationRegistryAssert.assertThat(registry).hasObservationWithNameEqualTo("http.client.requests").that()
|
||||
.hasLowCardinalityKeyValue("uri", "https://example.org/projects/{project}");
|
||||
.hasLowCardinalityKeyValue("uri", "/projects/{project}");
|
||||
}
|
||||
|
||||
private WebClient mockWebClient(WebClient.Builder builder) {
|
||||
|
||||
Reference in New Issue
Block a user