restore behaviour for unittests as 'create stdsubdomain' default was yes in the settings but no for direct API usage
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -513,7 +513,8 @@ class CustomersTest extends TestCase
|
||||
'customernumber' => 1338,
|
||||
'sendpassword' => 0,
|
||||
'perlenabled' => 2,
|
||||
'dnsenabled' => 4
|
||||
'dnsenabled' => 4,
|
||||
'createstdsubdomain' => 0
|
||||
];
|
||||
|
||||
$json_result = Customers::getLocal($admin_userdata, $data)->add();
|
||||
|
||||
Reference in New Issue
Block a user