Fix FLEXIAPI-417 Fix accounts:create-admin-test to fit with spaces:create-update, wrong parameter

This commit is contained in:
Timothée Jaussoin 2025-12-04 11:30:44 +01:00
parent 2dc2200171
commit b168bb47f4

View file

@ -41,7 +41,7 @@ class CreateAdminTest extends Command
$domain = 'sip.example.org';
$this->call('spaces:create-update', [
'domain' => $domain,
'sip_domain' => $domain,
'host' => $domain,
'name' => $domain,
'--super' => 'true'