Polish "Consistent condition for ObservedAspectConfiguration"
See gh-45601
This commit is contained in:
@@ -185,7 +185,8 @@ class ObservationAutoConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void allowsObservedAspectToBeEnabledWithDeprecatedProperty() {
|
||||
@Deprecated(since = "3.3.12", forRemoval = true)
|
||||
void allowsObservedAspectToBeEnabledWithLegacyProperty() {
|
||||
this.contextRunner
|
||||
.withPropertyValues("management.observations.annotations.enabled=false",
|
||||
"micrometer.observations.annotations.enabled=true")
|
||||
|
||||
Reference in New Issue
Block a user