mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Change device type to device type Id
This commit is contained in:
parent
72a3df080b
commit
da0351ebcd
@ -147,7 +147,7 @@ public class DeviceManagementDAOTests {
|
||||
DeviceType deviceType = new DeviceType();
|
||||
deviceType.setId(Long.parseLong("1"));
|
||||
|
||||
device.setDeviceType(deviceType.getId().intValue());
|
||||
device.setDeviceTypeId(deviceType.getId().intValue());
|
||||
device.setOwnerShip(OwnerShip.BYOD.toString());
|
||||
device.setOwnerId("111");
|
||||
device.setTenantId(-1234);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user