JCLOUDS-1104: Extension namespaces are deprecated and can be null

This commit is contained in:
Ignasi Barrera 2016-04-26 23:15:51 +02:00
parent 738121d934
commit 34114dea00
1 changed files with 1 additions and 2 deletions

View File

@ -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
}
}
}