mirror of https://github.com/apache/jclouds.git
Issue 158: Fix live test: Singapore Datacenter's address does not have state present (id=224092)
This commit is contained in:
parent
f1d6ca2b7f
commit
b14ecb86d5
|
@ -96,6 +96,5 @@ public class DatacenterClientLiveTest extends BaseSoftLayerClientLiveTest {
|
|||
private void checkAddress(Address address) {
|
||||
assert address.getId() >0 : address;
|
||||
assert address.getCountry() != null : address;
|
||||
assert address.getState() != null : address;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue