mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-09 13:50:18 -06:00
removing usage of a stepdefination inside another stepdefination in GraphContext.php (#9026)
This commit is contained in:
@@ -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