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
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function theUserHasDisabledUser(string $byUser, string $user): void {
|
public function theUserHasDisabledUser(string $byUser, string $user): void {
|
||||||
$this->theUserDisablesUserToUsingTheGraphApi($byUser, $user);
|
$response = $this->editUserUsingTheGraphApi($byUser, $user, null, null, null, null, false);
|
||||||
$this->featureContext->thenTheHTTPStatusCodeShouldBe(200);
|
$this->featureContext->theHTTPStatusCodeShouldBe(200, '', $response);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user