diff --git a/tests/Customers/CustomersTest.php b/tests/Customers/CustomersTest.php index 03076927..3b76bb6a 100644 --- a/tests/Customers/CustomersTest.php +++ b/tests/Customers/CustomersTest.php @@ -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();