adjust unit-test to new unique-admin-mail-rule

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2025-01-22 09:14:23 +01:00
parent aab98e4dae
commit 2eda4ae972

View File

@@ -279,7 +279,7 @@ class AdminsTest extends TestCase
// add test reseller
$data = [
'new_loginname' => 'resellertest',
'email' => 'testreseller@froxlor.org',
'email' => 'testreseller2@froxlor.org',
'name' => 'Testreseller'
];