mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Fix some more tests
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public class InfoEndpointCompatibilityTests {
|
||||
}
|
||||
|
||||
private InfoEndpoint getEndpointBean() {
|
||||
return new InfoEndpoint(Collections.singletonMap("foo", "bar"),
|
||||
return new InfoEndpoint(Collections.<String, Object>singletonMap("foo", "bar"),
|
||||
infoContributor());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user