fix parameter customerid for Emails.add() in unit-test

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-11 10:26:05 +01:00
parent b205f8ea5d
commit 81bd9d945d

View File

@@ -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'];