test: fix COPY to mountpoint tests

test: adjust COPY file test
This commit is contained in:
Saw-jan
2024-08-07 16:34:44 +05:45
parent a381a3a0e8
commit 05e6a435a2
4 changed files with 98 additions and 51 deletions
+1 -1
View File
@@ -953,7 +953,7 @@ class GraphHelper {
array $body = [],
array $headers = []
): ResponseInterface {
$url = self::getFullUrl($baseUrl, 'me/drives/' . $urlArguments);
$url = self::getFullUrl($baseUrl, 'me/drives' . $urlArguments);
return HttpRequestHelper::get($url, $xRequestId, $user, $password, $headers, $body);
}