Merge branch 'kernel-4.6.x' into 'kernel-4.6.x'

Fix test failures

See merge request entgra/carbon-device-mgt-plugins!187
This commit is contained in:
Pahansith Gunathilake 2021-10-04 04:38:28 +00:00
commit cddb92f5ce

View File

@ -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;
}
}