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

This commit is contained in:
Timothée Jaussoin 2025-11-27 17:56:35 +01:00
parent a53910d364
commit 789c27f654

View file

@ -42,6 +42,8 @@ class CreateAdminTest extends Command
$this->call('spaces:create-update', [ $this->call('spaces:create-update', [
'domain' => $domain, 'domain' => $domain,
'host' => $domain,
'name' => $domain,
'--super' => 'true' '--super' => 'true'
]); ]);