Skip to content

Commit

Permalink
Merge pull request #156 from michielbdejong/mrv/tfa-configuring-fix-t…
Browse files Browse the repository at this point in the history
…ests

fix test failing in drone
  • Loading branch information
mrvahedi68 authored Apr 17, 2023
2 parents 81ba258 + cb64951 commit 195f35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Authentication/TwoFactorAuth/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public function testNeedsSecondFactorSessionAuthFailDBPass() {

$this->session->expects($this->once())
->method('set')
->with(Manager::SESSION_UID_DONE, 'user');
->with(Manager::SESSION_UID_CONFIGURING, 'user');

$this->assertFalse($this->manager->needsSecondFactor($user));
}
Expand Down

0 comments on commit 195f35a

Please sign in to comment.