address reviews

This commit is contained in:
Swikriti Tripathi
2023-01-04 14:58:09 +05:45
committed by Phil Davis
parent 6a4ee395bf
commit 63f5bbcd1d

View File

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