|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
/*
|
|
|
|
|
* Copyright 2013-2014 the original author or authors.
|
|
|
|
|
* Copyright 2012-2015 the original author or authors.
|
|
|
|
|
*
|
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
@ -159,7 +159,6 @@ public class ConfigurationPropertiesReportEndpointTests extends
|
|
|
|
|
Map<String, Object> properties = report.invoke();
|
|
|
|
|
Map<String, Object> nestedProperties = (Map<String, Object>) ((Map<String, Object>) properties
|
|
|
|
|
.get("testProperties")).get("properties");
|
|
|
|
|
System.out.println(nestedProperties);
|
|
|
|
|
assertThat(nestedProperties.get("mixedBoolean"), equalTo((Object) true));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|