fix parameter customerid for Emails.add() in unit-test
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -34,7 +34,7 @@ class MailsTest extends TestCase
|
||||
'email_part' => 'catchall',
|
||||
'domain' => 'test2.local',
|
||||
'iscatchall' => 1,
|
||||
'customer_id' => 1
|
||||
'customerid' => 1
|
||||
];
|
||||
$json_result = Emails::getLocal($admin_userdata, $data)->add();
|
||||
$result = json_decode($json_result, true)['data'];
|
||||
|
||||
Reference in New Issue
Block a user