Skip to content

Commit

Permalink
adjust unit-test to new unique-admin-mail-rule
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Jan 22, 2025
1 parent aab98e4 commit 2eda4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Admins/AdminsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function testAdminAdminsDeleteReseller()
// add test reseller
$data = [
'new_loginname' => 'resellertest',
'email' => 'testreseller@froxlor.org',
'email' => 'testreseller2@froxlor.org',
'name' => 'Testreseller'
];

Expand Down

0 comments on commit 2eda4ae

Please sign in to comment.