diff --git a/tests/acceptance/features/bootstrap/SpacesContext.php b/tests/acceptance/features/bootstrap/SpacesContext.php index 2a6521aa0..3d04897f0 100644 --- a/tests/acceptance/features/bootstrap/SpacesContext.php +++ b/tests/acceptance/features/bootstrap/SpacesContext.php @@ -3110,7 +3110,6 @@ class SpacesContext implements Context { foreach ($table->getHash() as $row) { $findItem = $row['key']; $responseValue = $xmlRes->xpath("//d:response/d:propstat/d:prop/$findItem")[0]->__toString(); - Assert::assertNotEmpty($responseValue, "response doesn't contain $findItem or empty"); $value = str_replace('UUIDof:', '', $row['value']); switch ($findItem) { case "oc:fileid":