mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix test failure of enrollment-guide API
Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/13
This commit is contained in:
commit
2fef7a7941
@ -370,6 +370,11 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendEnrolmentGuide(String enrolmentGuide) throws DeviceManagementException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendRegistrationEmail(EmailMetaInfo emailMetaInfo)
|
||||
throws DeviceManagementException, ConfigurationManagementException {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user