mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-18 09:05:31 -04:00
removing usage of a stepdefination inside another stepdefination in GraphContext.php (#9026)
This commit is contained in:
1 parent
22a7ee7545
commit
33eb024302
1 file changed
+2
-2
@@ -173,8 +173,8 @@ class GraphContext implements Context {
|
||||
* @throws Exception
|
||||
*/
|
||||
public function theUserHasDisabledUser(string $byUser, string $user): void {
|
||||
$this->theUserDisablesUserToUsingTheGraphApi($byUser, $user);
|
||||
$this->featureContext->thenTheHTTPStatusCodeShouldBe(200);
|
||||
$response = $this->editUserUsingTheGraphApi($byUser, $user, null, null, null, null, false);
|
||||
$this->featureContext->theHTTPStatusCodeShouldBe(200, '', $response);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in new issue
Block a user