Fix some more tests
This commit is contained in:
parent
03383be1ba
commit
0ec5b7f43b
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue