Fix test failures

merge-requests/187/head
Pahansith 3 years ago
parent 939f6f20b0
commit 512b46ccdd

@ -809,4 +809,10 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
@Override
public License getLicenseConfig(String s) throws DeviceManagementException { return null; }
@Override
public PaginationResult getDevicesDetails(PaginationRequest paginationRequest, List<Integer> list, String s)
throws DeviceManagementException {
return null;
}
}

Loading…
Cancel
Save