Skip to content

Commit

Permalink
also fix unittests accordingly
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
  • Loading branch information
d00p committed Feb 3, 2024
1 parent ece4b34 commit 594e614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Emails/EmailsTest.php
Expand Up @@ -426,10 +426,10 @@ public function testCustomerEmailAccountsAdd()
$this->assertEquals(1, $result['popaccountid']);

switch (Settings::Get('system.passwordcryptfunc')) {
case defined('PASSWORD_ARGON2I') && PASSWORD_ARGON2I:
case 'argon2i':
$cpPrefix = '{ARGON2I}';
break;
case defined('PASSWORD_ARGON2ID') && PASSWORD_ARGON2ID:
case 'argon2id':
$cpPrefix = '{ARGON2ID}';
break;
default:
Expand Down

0 comments on commit 594e614

Please sign in to comment.