address reviews
This commit is contained in:
committed by
Phil Davis
parent
6a4ee395bf
commit
63f5bbcd1d
@@ -768,7 +768,6 @@ class SpacesContext implements Context {
|
|||||||
$space = $this->getSpaceByName($owner, $spaceName);
|
$space = $this->getSpaceByName($owner, $spaceName);
|
||||||
Assert::assertIsArray($space);
|
Assert::assertIsArray($space);
|
||||||
Assert::assertNotEmpty($spaceId = $space["id"]);
|
Assert::assertNotEmpty($spaceId = $space["id"]);
|
||||||
Assert::assertNotEmpty($space["root"]["webDavUrl"]);
|
|
||||||
$url = GraphHelper::getFullUrl($this->featureContext->getBaseUrl(), 'drives/' . $spaceId);
|
$url = GraphHelper::getFullUrl($this->featureContext->getBaseUrl(), 'drives/' . $spaceId);
|
||||||
$this->featureContext->setResponse(
|
$this->featureContext->setResponse(
|
||||||
HttpRequestHelper::sendRequest(
|
HttpRequestHelper::sendRequest(
|
||||||
|
|||||||
Reference in New Issue
Block a user