mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
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);
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user