[itests] Fix after changing Inbox interface (#9150)
Related to openhab/openhab-core#1848 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -931,7 +931,7 @@ public class SysteminfoOSGiTest extends JavaOSGiTest {
|
||||
assertFalse(results.isEmpty(), "No Thing with UID " + computerUID.getAsString() + " in inbox");
|
||||
});
|
||||
|
||||
inbox.approve(computerUID, SysteminfoDiscoveryService.DEFAULT_THING_LABEL);
|
||||
inbox.approve(computerUID, SysteminfoDiscoveryService.DEFAULT_THING_LABEL, null);
|
||||
|
||||
waitForAssert(() -> {
|
||||
systemInfoThing = thingRegistry.get(computerUID);
|
||||
|
||||
Reference in New Issue
Block a user