changing given from ocs to graph in feature file

This commit is contained in:
Sabin
2024-05-21 14:21:31 +05:45
parent 21a9992980
commit 1d1babd358
7 changed files with 275 additions and 54 deletions
@@ -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(),