mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
test: fix addUserToGroup param
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user