parent
1980322663
commit
1847a9deb6
|
@ -146,7 +146,7 @@ class WebClientObservationConfigurationTests {
|
||||||
webClient.get().uri("https://example.org/projects/{project}", "spring-boot").retrieve().toBodilessEntity()
|
webClient.get().uri("https://example.org/projects/{project}", "spring-boot").retrieve().toBodilessEntity()
|
||||||
.block(Duration.ofSeconds(30));
|
.block(Duration.ofSeconds(30));
|
||||||
TestObservationRegistryAssert.assertThat(registry).hasObservationWithNameEqualTo("http.client.requests").that()
|
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) {
|
private WebClient mockWebClient(WebClient.Builder builder) {
|
||||||
|
|
|
@ -1342,7 +1342,7 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Spring Framework", "6.0.4") {
|
library("Spring Framework", "6.0.5") {
|
||||||
group("org.springframework") {
|
group("org.springframework") {
|
||||||
imports = [
|
imports = [
|
||||||
"spring-framework-bom"
|
"spring-framework-bom"
|
||||||
|
|
Loading…
Reference in New Issue