fixed failing searchControllerTests
This commit is contained in:
@@ -63,7 +63,7 @@ public class HomeboxSearchProvider implements SearchProvider {
|
||||
String id = i.id();
|
||||
String title = i.name();
|
||||
String description = i.description();
|
||||
Map<String, Object> extraSearchResponseData = Map.of("extraData", i.parent());
|
||||
Map<String, Object> extraSearchResponseData = Map.of("parent", i.parent());
|
||||
return new ServiceItem(id, title, description, extraSearchResponseData);
|
||||
}).toList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user