changing given from ocs to graph in feature file
This commit is contained in:
@@ -346,7 +346,7 @@ class SpacesContext implements Context {
|
||||
if ($folderName === $space["name"]) {
|
||||
$folderName = '';
|
||||
}
|
||||
$fullUrl = $space["root"]["webDavUrl"] . "/" . $folderName;
|
||||
$fullUrl = $space["root"]["webDavUrl"] . "/" . \rawurlencode($folderName);
|
||||
$response = HttpRequestHelper::sendRequest(
|
||||
$fullUrl,
|
||||
$this->featureContext->getStepLineRef(),
|
||||
|
||||
Reference in New Issue
Block a user