Fix build failure

This commit is contained in:
Stephane Nicoll 2017-09-06 15:23:13 +02:00
parent 6e4d30f280
commit 905e851219
1 changed files with 0 additions and 7 deletions

View File

@ -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);