diff --git a/tests/acceptance/features/bootstrap/GraphApiContext.php b/tests/acceptance/features/bootstrap/GraphApiContext.php index a5b099aa3a..dcff78a261 100644 --- a/tests/acceptance/features/bootstrap/GraphApiContext.php +++ b/tests/acceptance/features/bootstrap/GraphApiContext.php @@ -88,7 +88,7 @@ class GraphApiContext implements Context { } $fullUrl .= "graph/v1.0/me/drives/" . $arguments; - return HttpRequestHelper::sendRequest($fullUrl, $xRequestId, 'GET', $user, $password, $headers, $body); + return HttpRequestHelper::get($fullUrl, $xRequestId, $user, $password, $headers, $body); } /**