mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed System.out
This commit is contained in:
parent
154b3b65b7
commit
35ebf6606d
@ -168,7 +168,6 @@ public class DeviceTypeManagementServiceTest {
|
||||
Mockito.when(this.deviceManagementProviderService.getDeviceTypes()).thenReturn(deviceTypes);
|
||||
|
||||
Response response = this.deviceTypeManagementService.getDeviceTypes();
|
||||
System.out.println(response.getEntity());
|
||||
Assert.assertNotNull(response, "The response object is null.");
|
||||
Assert.assertEquals(response.getStatus(), Response.Status.OK.getStatusCode(),
|
||||
"The response state should be 200");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user