From 63f5bbcd1d889c2fd85a06bde01a92098f0cdfb4 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Wed, 4 Jan 2023 14:58:09 +0545 Subject: [PATCH] address reviews --- 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 e2de4fe06..7a5733593 100644 --- a/tests/acceptance/features/bootstrap/SpacesContext.php +++ b/tests/acceptance/features/bootstrap/SpacesContext.php @@ -768,7 +768,6 @@ class SpacesContext implements Context { $space = $this->getSpaceByName($owner, $spaceName); Assert::assertIsArray($space); Assert::assertNotEmpty($spaceId = $space["id"]); - Assert::assertNotEmpty($space["root"]["webDavUrl"]); $url = GraphHelper::getFullUrl($this->featureContext->getBaseUrl(), 'drives/' . $spaceId); $this->featureContext->setResponse( HttpRequestHelper::sendRequest(