mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-14 16:18:59 -06:00
test: remove capability check for edition
This check doesn't make sense anymore since the edition is empty in the capabilities if not set manually.
This commit is contained in:
@@ -220,12 +220,6 @@ class CapabilitiesContext implements Context {
|
||||
'status@@@edition'
|
||||
);
|
||||
|
||||
if (!\strlen($edition)) {
|
||||
Assert::fail(
|
||||
"Cannot get edition from core capabilities"
|
||||
);
|
||||
}
|
||||
|
||||
$product = $this->getParameterValueFromXml(
|
||||
$responseXmlObject,
|
||||
'core',
|
||||
|
||||
Reference in New Issue
Block a user