Skip to content

Commit

Permalink
fix test testEnsureUserActiveForResetPasswordFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Campanario committed Mar 13, 2024
1 parent 158dd5e commit 5da6e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public function testRequestPasswordEmptyReference()
*/
public function testEnsureUserActiveForResetPasswordFeature($ensureActive)
{
$expectError = $this->never();
$expectError = $this->any();

if ($ensureActive) {
Configure::write('Users.Registration.ensureActive', true);
Expand Down

0 comments on commit 5da6e89

Please sign in to comment.