Commit 905e8512 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix build failure

parent 6e4d30f2
......@@ -242,13 +242,6 @@ public class EnvironmentEndpointTests {
.isEqualTo("bar");
}
@Test
public void propertyEntryNoMatchReturnNull() {
EnvironmentDescriptor env = new EnvironmentEndpoint(new StandardEnvironment())
.environmentEntry("this.property.does-not-exist");
assertThat(env).isNull();
}
private void clearSystemProperties(String... properties) {
for (String property : properties) {
System.clearProperty(property);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment