From 573ee3d0717ee36767f9745d141d8b07e376c20b Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 15 May 2023 15:06:46 +0200 Subject: [PATCH] remove checking for empty value --- tests/acceptance/features/bootstrap/SpacesContext.php | 1 - 1 file changed, 1 deletion(-) 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":