mirror of
https://github.com/apache/jclouds.git
synced 2025-02-25 04:01:12 +00:00
more detail on test failures in elasticstack
This commit is contained in:
parent
e49e0254ce
commit
34bbfa3797
@ -159,8 +159,8 @@ public class ElasticStackClientLiveTest {
|
||||
@Test
|
||||
public void testGetDrive() throws Exception {
|
||||
for (String driveUUID : client.listDrives()) {
|
||||
assert !"".equals(driveUUID);
|
||||
assertNotNull(client.getDriveInfo(driveUUID));
|
||||
assert !"".equals(driveUUID) : driveUUID;
|
||||
assert client.getDriveInfo(driveUUID) != null : driveUUID;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user