diff --git a/tests/acceptance/bootstrap/GraphContext.php b/tests/acceptance/bootstrap/GraphContext.php index 95d945d7f..cb97be916 100644 --- a/tests/acceptance/bootstrap/GraphContext.php +++ b/tests/acceptance/bootstrap/GraphContext.php @@ -800,7 +800,7 @@ class GraphContext implements Context { * @return void */ public function theUserTriesToAddAnotherUserToGroupUsingTheGraphAPI(string $byUser, string $user, string $group): void { - $this->featureContext->setResponse($this->addUserToGroup($group, $byUser, $user)); + $this->featureContext->setResponse($this->addUserToGroup($group, $user, $byUser)); } /**