mirror of https://github.com/apache/jclouds.git
JCLOUDS-1104: Extension namespaces are deprecated and can be null
This commit is contained in:
parent
738121d934
commit
34114dea00
|
@ -49,9 +49,8 @@ public class ExtensionApiLiveTest extends BaseNeutronApiLiveTest {
|
|||
assertNotNull(extension.getId());
|
||||
assertNotNull(extension.getName());
|
||||
assertNotNull(extension.getDescription());
|
||||
assertNotNull(extension.getNamespace());
|
||||
assertNotNull(extension.getUpdated());
|
||||
assertNotNull(extension.getLinks());
|
||||
// Namespace and updated fields are nullable
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue