Skip to content

Commit

Permalink
updated user disable implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Panta committed Jul 18, 2023
1 parent 80b212b commit 668b828
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/acceptance/features/bootstrap/Provisioning.php
Original file line number Diff line number Diff line change
Expand Up @@ -3831,8 +3831,10 @@ public function adminHasDisabledUserUsingTheProvisioningApi(?string $user):void
} else {
$response = $this->disableOrEnableUser($this->getAdminUsername(), $user, 'disable');
}
$this->setResponse($response);
$this->thenTheHTTPStatusCodeShouldBe(200);
Assert::assertEquals(
200,
$response->getStatusCode()
);
}

/**
Expand Down

0 comments on commit 668b828

Please sign in to comment.