Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Dec 20, 2023
1 parent b916479 commit 342fc13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/TestHelpers/GraphHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ public static function sendSharingInvitation(
* @return ResponseInterface
* @throws GuzzleException
*/
public static function userGetsResourcesSharedWithThem(
public static function getSharesSharedWithMe(
string $baseUrl,
string $xRequestId,
string $user,
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/GraphContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@ public function userSwitchesTheSystemLanguageUsingGraphApi(string $user, string
public function userListsTheResourcesSharedWithThemUsingGraphApi(string $user): void {
$credentials = $this->getAdminOrUserCredentials($user);
$this->featureContext->setResponse(
GraphHelper::userGetsResourcesSharedWithThem(
GraphHelper::getSharesSharedWithMe(
$this->featureContext->getBaseUrl(),
$this->featureContext->getStepLineRef(),
$credentials['username'],
Expand Down

0 comments on commit 342fc13

Please sign in to comment.