Refactoring.

revert-70aa11f8
Menaka Jayawardena 7 years ago
parent f9a040d303
commit 1938ef77b9

@ -109,7 +109,7 @@ public class DeviceTypeManagementServiceTest {
Mockito.when(this.deviceManagementProviderService.getAvailableDeviceTypes()).thenThrow(new
DeviceManagementException());
Response response = this.deviceTypeManagementService.getDeviceTypes("");
Response response = this.deviceTypeManagementService.getDeviceTypes(MODIFIED_SINCE);
Assert.assertNotNull(response);
Assert.assertEquals(response.getStatus(), Response.Status.INTERNAL_SERVER_ERROR.getStatusCode());
Mockito.reset(deviceManagementProviderService);

Loading…
Cancel
Save